Prototype site for exporting after effects animations to HTML
- make sure node.js is at version >=
6
npm i spike -g
- clone this repo down and
cd
into the folder - run
npm install
- run
spike watch
orspike compile
- Export animations from After Effects using Bodymovin
- Modify your .json filenames so titles etc. on the site will look how you want them to:
- Use dashes to separate words, i.e.
JSON-File-Name.json
will Create the title JSON File Name - Capitalize anything you would like capitalized.
- Use dashes to separate words, i.e.
- Add resulting .json files to the
assets/anim/
folder
Tests are located in test/**
and are powered by ava
npm install
to ensure devDeps are installednpm test
to run test suite