angular-velocity icon indicating copy to clipboard operation
angular-velocity copied to clipboard

Delay to remove element from dom?

Open tushar-borole opened this issue 9 years ago • 0 comments

my code is <div class="col-md-3 velocity-enter-transition-expandIn hvr-grow db" ng-repeat="data in organization.organizationData" data-velocity-opts="{ stagger: 350 }"> <div class="portlet box tile-portlet"> </div> </div> I am implementing this with pagination, when i add new element after changing page, Previous element still exist for short moment of time, which does't look good. Actual behavior must be animation should start after previous element dissapers.

tushar-borole avatar May 25 '15 17:05 tushar-borole