atom-gsap-snippets
GSAP(GreenSock Animation Platform) snippets for atom
Alex Efremov 470 0 0.1.0 MIT GitHub

Atom GSAP snippets

An Atom package with GSAP snippets. Write code faster!

Contributions are appreciated, if you miss a snippet feel free to create an issue or open a pull request.

GSAP snippets Tutorial

GSAP snippets Tutorial

Install

You can install it inside Atom (just search for atom-gsap-snippets) or via command line:

$ apm install atom-gsap-snippets

Snippets

  • tween
  • to
  • from
  • fromto
  • stag
  • stagfromto
  • set

Credit

Nearly everything comes from Carl Sublime Text Snippets. I did the porting and some minor changes.