When using the standard jQuery effects, the animation will not play when the final state of the animation equals the current state. Using kendo.fx or kendoAnimate this does not work.
An example shows much better what I mean:
kendoAnimate: http://jsfiddle.net/RedF/ca8vz/
kendo.fx: http://jsfiddle.net/RedF/CYpht/
Notice that I'm using the animations from within a knockout custom binding, which is a necessary requirement in my project.
The example clearly shows the difference when you press 'Run' in jsfiddle:
Kind regards,
Fred
An example shows much better what I mean:
kendoAnimate: http://jsfiddle.net/RedF/ca8vz/
kendo.fx: http://jsfiddle.net/RedF/CYpht/
Notice that I'm using the animations from within a knockout custom binding, which is a necessary requirement in my project.
The example clearly shows the difference when you press 'Run' in jsfiddle:
- In the jQuery slideDown variant the sliding text is invisible until you click the ToggleVisibility button and then changes between visible/invisible when you click the ToggleVisibility button;
- In the kendoAnimate variant the sliding text will start visible, slide up and become invisible and then changes between visible/invisible when you click the ToggleVisibility button;
- In the kendo.fx variant, well....., there are issues;
Kind regards,
Fred