Product Bundles
DevCraft
All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:
Web
Mobile
Document Management
Desktop
Reporting
Testing & Mocking
CMS
UI/UX Tools
Debugging
Free Tools
Support and Learning
Productivity and Design Tools
Stops the effect in its current state
<div id="foo"> I will be faded out </div> <script> var effect = kendo.fx($("#foo")).fadeOut(); effect.duration(2000).play(); setTimeout(function() { effect.stop(); }, 1000); </script>