Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
with
464 additions
and 1,026 deletions.
- +1 −0 Makefile
- +1 −1 extras/CactusFramer/pages/index.html
- +108 −680 extras/CactusFramer/static/app.coffee
- +103 −83 framer/Animation.coffee
- +14 −108 framer/AnimationLoop.coffee
- +3 −2 framer/Animator.coffee
- +29 −37 framer/Config.coffee
- +98 −5 framer/Context.coffee
- +3 −0 framer/Framer.coffee
- +87 −98 framer/Layer.coffee
- +16 −12 framer/LayerStyle.coffee
- +1 −0 package.json
@@ -1,3 +1,3 @@ | ||
<script src="{% static 'should.js' %}"></script> | ||
<!-- <script src="{% static 'react.min.js' %}"></script> --> | ||
<script src="{% static 'framer.js' %}"></script> | ||
<script src="{% static 'app.js' %}"></script> |
Oops, something went wrong.