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 13
13
< script type ="text/javascript " src ="../../../ui/jquery.effects.core.js "> </ script >
14
14
< script type ="text/javascript " src ="../../../ui/jquery.effects.blind.js "> </ script >
15
15
< script type ="text/javascript " src ="../../../ui/jquery.effects.bounce.js "> </ script >
16
+ < script type ="text/javascript " src ="../../../ui/jquery.effects.drop.js "> </ script >
16
17
< script type ="text/javascript " src ="../../../ui/jquery.effects.explode.js "> </ script >
17
18
<!--
18
19
<script type="text/javascript" src="http://jqueryui.com/themeroller/themeswitchertool/"></script>
40
41
hide : {
41
42
effect : "blind"
42
43
}
44
+ } ,
45
+ {
46
+ show : {
47
+ effect : "drop" ,
48
+ direction : "right"
49
+ } ,
50
+ hide : {
51
+ effect : "drop" ,
52
+ direction : "right"
53
+ }
43
54
} ] ;
44
55
$ . each ( animations , function ( index , animation ) {
45
56
var text = JSON . stringify ( animation ) ;
You can’t perform that action at this time.
0 commit comments