-
According to current CSS transitions spec grid position is not 'animatable'. So re-positioning is not reflected by animation. Also re-sizing for "dynamic" and "adaptive" tiles will break transition, a…
-
Hi,
I noticed an issue when trying to animate an element's tranform using transition.js and transform.js on the android browser. The issue is that the browser doesn't seem to be setting the final tr…
-
**Describe the bug**
We're using test-runner to take Visual Regression snapshots of our components. Sometimes the test runner compares an the incorrect story to the snapshot. So our "default story" w…
-
Current Behavior
When updating data the chart animation transitions from the Y axis as it would when initially binding data to the chart.
![chartbefore](https://user-images.githubusercontent.com…
-
Right now states are a bit of a mess, especially in the animation department. We need a way to define animation states, transitions, and a way of triggering those transitions. It might come down to a …
-
The default css allows a nice fadeIn transition. The only problem with it is that the element is still displayed as a block in the dom, which can lead to layout changes (for instances, if you have mul…
-
**Describe the bug**
`react-native-reanimated` `3.16.0` adds a new [logger](https://docs.swmansion.com/react-native-reanimated/docs/debugging/logger-configuration) which is set to strict mode by de…
-
Great library, thank you for this!
I'm wondering if there's also a config option to apply delays between animations starts for a staggered transition.
Use case: Loading a list to animate in one it…
-
ASDisplayNode's frame is managed by Texture.
Technically, ASDisplayLayer's layoutSublayer hooks re-layout.
So, what if I write the following code, the animation won't work.
```swift
let anima…
-
Allow basic camera animation by adding react-spring or similar to the OrbitCamera component, behind a config flag such as `animation: 'spring'`.
In the future something like `updatePosition({origin…