View difference between Paste ID: xcCvhLrT and SHQxwkGL
SHOW: | | - or go back to the newest paste.
1
define([], function () {
2
	return {
3
		type : function () {
4
			return "css";
5
		},
6
		run : function (args) {
7
			console.info("Running css animator");
8
			args.target.after("<p>CSS animations</p>");
9
		}
10
	};	
11
});