Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / Telerik MVC Extensions (superseded) > Documentation and tutorials > Client-Side Effects API and Documentation
Telerik MVC Extensions are no longer supported (see this page for reference). In case you have inquiries about Kendo UI Complete for ASP.NET MVC, post them in the pertinent Kendo UI forums.

Not answered Client-Side Effects API and Documentation

Feed from this thread
  • mobiledna avatar

    Posted on Sep 27, 2011 (permalink)

    I've seen several client-side effects code snippets like the ones shown below.    Where are these functions defined (eg: "$telerik.fx.slide", "$telerik.fx.rewind", "$telerik.fx.zoom", etc)  ?  Where can I find the documentation and code samples  for these functions ?   Thank you!

    // default "slide" effect settings
    var fx = $.telerik.fx.slide.defaults();
       
    $('div#contextMenu').each(function (index) {
        $.telerik.fx.rewind(fx, $(this).find('.t-group'), { direction: 'bottom' }, function () {
          $(this).remove();
        });
     });

Back to Top

Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / Telerik MVC Extensions (superseded) > Documentation and tutorials > Client-Side Effects API and Documentation