artwilton / css-animation-talk

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Think like an animator: Applying traditional animation principles to CSS

Welcome! And thank you for attending my talk. This repo contains the project files for the classroom session. We will quickly go over how to use these files.

Checkout the repo & initalize

% git clone git@github.com:devonanderson/css-animation-talk.git && cd css-animation-talk

Once inside the project directory

% npm install

Going to the starting point

% git checkout 4d036581506459f8f9efb4077cdcb97d39b753e4

Pastebin for complex styles

https://pastebin.com/EvZpSBbR

Running the animations

This repo comes with a built in live-reload server. Just run the script that corresponds to the example that you wish to run.

% npm run <script> # button, flipcard, sunset or assistant

Once the server is running please visit http://localhost:4000/.

About


Languages

Language:HTML 76.4%Language:CSS 22.3%Language:JavaScript 1.3%