Brendan Neufeld
Brendan Neufeld
There is only an example of animating properties individually. I think it this would be a useful example as well: ``` ui.transitions( [ { from: 'out', to: 'idle', animation: {...
This is an intermittent problem that seems to appear when f1 transitions from one state to another more "distant" state (many states in-between). It doesn't seem to step through all...
This is extremely expensive. Every time the window resizes the entire app re-renders on every 'onresize' event. https://github.com/Jam3/generator-jam3/blob/master/templates/react/src/sections/App/index.js#L19