Closed bitomule closed 10 years ago
Thanks, could you please also update the read me, so people will know about this addition?
sure!
added to readme. Is that enough?
I think this brings a new problem. If animation after status is expected (opacity should be 1 for example) and I use the ignore render option then item is displayed with the wrong css (opacity 0 for example).
I think the best way to fix this is always run animation but with 0 time if no animation on rendered is true.
What do you think?
sorry, my bad, that's the behavior before my change ;)
Now it's back with all your code, just added the option to avoid animation on render and readme.
I've added data-animate-on-render option to disable animation on render. It could be useful inside #each loops where you don't want to animate the render, just when a new element is inserted or removed.