4 lines
111 B
Text
4 lines
111 B
Text
|
${1:obj}.slideUp('${2:slow/400/fast}', function() {
|
||
|
${3://Stuff to do *after* the animation takes place};
|
||
|
});
|