1
私は、Facebook上でTwitterの共有オプションを含むDivが表示される共有イメージを持っていますが、このDivにフェードアニメーションが表示されます。ang2でアニメーションを使ってdivを表示する方法は?
はここに私のHTMLコードです: -
<img class="like_2" alt="image" (click) = "shareIt(i)" src="assets/img/Fwd Icons/share.png">
<div class="row" *ngIf="sharing==i">
<section class="widget">
<share-buttons (click) = "closeShareIt(i)" [url]=" myFeed.contentUrl "
[count]="false"
[totalCount]="true"
[defaultStyle]= "true"
(popUpClosed) = "true"
[google]="googleInner"
[pinterest]="false"
[linkedIn]="false"
[tumblr]="tumblrInner"
[reddit]="false"
[stumbleUpOn]="false">
</share-buttons>
</section>
</div>
http://stackoverflow.com/a/42246895/217408、http://stackoverflow.com/questions/37217314/how-can-i-animate-ngfor-in-angular-2/37217476#37217476、https: //angular.io/docs/ts/latest/guide/animations.html –
私はそれらのいずれかを実装する凝結時間を持っています.. –