我創建了this pulnker。這兩個輸入假動畫效果不佳...
輸入 - 第一個出現,然後動畫踢入。
離開 - 只是不會動畫。ng顯示動畫不符合預期
這裏的風格:
div.ng-enter
{
-webkit-animation: bounceIn 2s;
animation: bounceIn 2s;
}
div.ng-leave
{
-webkit-animation: bounceOut 2s;
animation: bounceOut 2s;
}
這裏是元素節點:
<div ng-show="show" ng-class="{true:'ng-enter', false: 'ng-leave'}[show]">asdasdas</div>
任何幫助,將不勝感激!
你的plunke中的代碼r看起來不像你在這裏所得到的那樣...... – Ian
在ng-animate上找到一個合適的教程。 –
你想解決哪一個?蹲下還是這個?我已經看到您的上一個問題並已修復,但在我回答之前已關閉。 – taggon