1 | <?php |
||
3 | class AjaxTransition { |
||
4 | public static function none($responseElement,$jqueryDone="html"){ |
||
7 | |||
8 | public static function fade($responseElement,$jqueryDone="html"){ |
||
11 | |||
12 | public static function slide($responseElement,$jqueryDone="html"){ |
||
15 | |||
16 | public static function bSlidedown($responseElement,$jqueryDone="html"){ |
||
19 | |||
20 | public static function bScale($responseElement,$jqueryDone="html"){ |
||
23 | } |