Niels van Hoorn
Niels van Hoorn
When specifying an animation using a spring, it doesn't seem possible to use the natural duration. While the [code does account for it](https://github.com/julianshapiro/velocity/blob/master/velocity.js#L1004) it's not possible to specify `null` as...
I'd like to run `--list-different` on CI, but because prettier runs after organize-imports, the committed output of the code in our repo is different from what TypeScript's `organizeImports` produces. This...
Currently it's only possible to define animation options inside of the states that you define inside your custom transition function like this: https://github.com/koenbok/Framer/blob/6d8bc7eb22fb4c604330aa02946e7a5ee8eff907/framer/Components/FlowComponent.coffee#L440 But it would be cool if it...
Currently, the contentSize of the contentLayer is always the size of the ScrollComponent, regardless of contentInset. See the following example: http://share.framerjs.com/0urrb8qqlhds/ Because the content has no sublayers, we could also...
#### Reproduce: - See this prototype: http://share.framerjs.com/amdjvnvqqstf/ - Click through the transitions: red -> green -> blue #### Expected: When transitioning from green to blue, the header and footer are...
#### Reproduce: - See the following example: http://share.framerjs.com/q6vbjhkoajuv/ - Try dragging around the red and the green layers #### Expected: Both the red and the green layer can be dragged...
We're changing the way animations are defined and how they interact with states. There are a couple of reasons for this: - There are two ways to animate a layer...
https://github.com/oabdelkarim/ARPaint has an example of this