12 lines
		
	
	
		
			317 B
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			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>
 |