Files
ChocolateyPackages/EthanBrown.SublimeText2.WebPackages/tools/PackageCache/jQuery/animate-(with-callback).sublime-snippet
2013-04-04 08:54:25 -04:00

12 lines
317 B
XML

<snippet>
<content><![CDATA[.animate({
${2:param1}: ${3:value1}${4:,
${5:param2}: ${6:value2}}},
${7:speed}, function() {
${0:// stuff to do after animation is complete}
});]]></content>
<tabTrigger>.animate</tabTrigger>
<description>.animate() with callback</description>
<scope>source.js</scope>
</snippet>