File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed
Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change 1313 < script type ="text/javascript " src ="../../../ui/jquery.effects.core.js "> </ script >
1414 < script type ="text/javascript " src ="../../../ui/jquery.effects.blind.js "> </ script >
1515 < script type ="text/javascript " src ="../../../ui/jquery.effects.bounce.js "> </ script >
16+ < script type ="text/javascript " src ="../../../ui/jquery.effects.drop.js "> </ script >
1617 < script type ="text/javascript " src ="../../../ui/jquery.effects.explode.js "> </ script >
1718 <!--
1819 <script type="text/javascript" src="http://jqueryui.com/themeroller/themeswitchertool/"></script>
4041 hide : {
4142 effect : "blind"
4243 }
44+ } ,
45+ {
46+ show : {
47+ effect : "drop" ,
48+ direction : "right"
49+ } ,
50+ hide : {
51+ effect : "drop" ,
52+ direction : "right"
53+ }
4354 } ] ;
4455 $ . each ( animations , function ( index , animation ) {
4556 var text = JSON . stringify ( animation ) ;
You can’t perform that action at this time.
0 commit comments