Initial commit.
This commit is contained in:
3
vim/snippets/javascript-jquery/fadeinc.snippet
Executable file
3
vim/snippets/javascript-jquery/fadeinc.snippet
Executable file
@@ -0,0 +1,3 @@
|
||||
${1:obj}.fadeIn('slow/400/fast', function() {
|
||||
${2://Stuff to do *after* the animation takes place};
|
||||
});
|
||||
Reference in New Issue
Block a user