This is a migrated thread and some comments may be shown as answers.

[Solved] Client-Side Effects API and Documentation

0 Answers 24 Views
Documentation and tutorials
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
mobiledna
Top achievements
Rank 1
mobiledna asked on 27 Sep 2011, 05:36 PM
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();
    });
 });
Tags
Documentation and tutorials
Asked by
mobiledna
Top achievements
Rank 1
Share this question
or