Advertisement
Guest User

Untitled

a guest
Aug 17th, 2012
34
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  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. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement