-
Hello,
First, thank you for this amazing library.
I'm experimenting this issue with any page transitions library eg. **next-page-transitions** **framer-motion** etc. Problem is that translation…
-
When we cancel a css transition-based animation, we do not explicitly set the transition-property property to none, but instead we remove the animation classes, and assume that this will immediately s…
-
In your 'getting started' document:
Transitioner.transition({
fromRoute: 'fromRouteName',
toRoute: 'toRouteName',
velocityAnimation: {
in: animation,
out: animation
}
…
-
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…
-
#### 第一话 何为 [CSScomb](https://github.com/csscomb/csscomb.js)
> CSScomb is a coding style formatter for CSS. You can easily write your own [configuration](https://github.com/csscomb/csscomb.js/blo…
-
hi this is my democode
https://github.com/kulame/solid-demo/blob/master/src/Search.tsx
```typescript
```
Why doesn't the window still not disappear after I clicked outside ?
…
-
Consider a case where the user has interacted with a page in a way which caused the animation playing in reverse back to the start, or was seeked back to start, like mentioned [here](https://github.co…
-
Hey, great job with the latest revision of this API!
One thing I'd love to see is JavaScript access to temporary pseudo elements so we can animate them beyond the capabilities of CSS. I think this …
-
### Reproducible in vscode.dev or in VS Code Desktop?
- [X] Not reproducible in [vscode.dev](https://vscode.dev) or VS Code Desktop
### Reproducible in the monaco editor playground?
- [ ] Not repro…
-
### Godot version
v4.0.2.stable.official [7a0977ce2]
### System information
Windows 10
### Issue description
Transitioning from two animations depending on player input, but maintining frame, is …