Skip to content

dorineal/interface-animations

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Interface Animations

After Effects setup

Download and install a 30-day trial of After Effects. If you already have After Effects CS6, no need to download CC.

In terminal run the following commands:

$ git clone [email protected]:markgeyer/interface-animations.git
$ cd interface-animations/src/afx
$ open .

AngularJS setup

Download and install node.js and git if you don't already have these.

In terminal run the following commands:

$ git clone [email protected]:markgeyer/interface-animations.git
$ cd interface-animations
$ sudo npm install -g bower

Enter your computers password. No worries, this is needed b/c you typed sudo :)

$ bower install
$ npm install
$ gulp

Running gulp will launch localhost:3000 that contains the exercises needed.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 62.3%
  • JavaScript 22.0%
  • CoffeeScript 15.7%