Permalink
2 comments
on commit
sign in to comment.
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Made rotationX|Y|Z animatable with a spring curve
The rotation values now retain their current offset like the other properties. So if you set rotationX to 10 and then to 11 you will only see 1 extra degree of rotation rather then 11 before.
- Loading branch information
Showing
with
258 additions
and 373 deletions.
- +126 −182 build/framer.js
- +0 −6 src/animation.coffee
- +6 −3 src/views/view.coffee
- +126 −182 template/framer.js
Oops, something went wrong.
This comment has been minimized.
Looks like you beat me to it👍
This comment has been minimized.