element-motion icon indicating copy to clipboard operation
element-motion copied to clipboard

Tween between view states with declarative zero configuration element motions for React

Results 14 element-motion issues
Sort by recently updated
recently updated
newest added

Currently when animating an exiting component it ends up cloning the target element to keep it around for the duration of the motion (see [FocalConcealMove](https://elementmotion.com/focal-conceal-move)). This works - but leads...

issue: proposal

- Applies motion with CSS (no JS engine) - Motion between disconnected elements - Motion between element view states - Abstract motion behind a component API - Execute multiple "motions"...

issue: docs

https://codesandbox.io/s/tw-04-elmo-complete-9ubiy It ends up causing too many problems. Instead of trying to be clever to try and compose them - we should just have them in one component instead. -...

issue: bug

All upcoming tasks that will end up being a breaking change will be consolidated here. The plan will be to keep master with v3 and keep releasing betas until it's...

tag: breaking change

Should be relatively painless (for consumers) as everything is already a render function. Defining what animations you want to happen could be tricky though. And the collector behaviour we have...

tag: enhancement

See GIF. Happens in all browsers. ![nooooo](https://user-images.githubusercontent.com/6801309/59404470-fc38fb80-8de9-11e9-9e71-72061894f3ce.gif)

issue: bug

We can't easily compose things from `className` and `keyframes` ATM. Since this library wants to try and do things via CSS animation (over JS animation) we need to come up...

tag: chore

Add tslib as a dependency, turn on the compiler option.

help wanted
tag: chore

## Overarching goals - breaking changes only when there is no other choice, prefer minor and patch - smallest bundle size - simply powerful api surface - weighted animation -...

issue: proposal

Two goals for this: 1) Introduce new animations and make a suite of good looking examples, taking inspiration from https://material.io/design/motion 1) Make internal changes if needed for more advanced animations...

issue: proposal