-
### Describe the bug
This seems to be a regression in svelte 5, when adding a crossfade `send`/`receive` to an array of elements, and then staggering their delay, the transitions don't start at exact…
-
java.lang.NoSuchMethodError: No static method glide(Lcom/daimajia/easing/Skill;FLcom/nineoldandroids/animation/ValueAnimator;)Lcom/nineoldandroids/animation/ValueAnimator; in class Lcom/daimajia/easin…
-
### Describe the project you are working on
Making a demo project to test a 3D workflow
### Describe the problem or limitation you are having in your project
Trying to animate a walk cycle fo…
-
```
It would be nice to be able to define custom cubic bezier curves as easing
curves. Creating them from Unity's AniationCurve is not quite easy. I would
like to be able to specify the curve with o…
-
### Describe the problem
By default, or when using the `local` modifier, transitions only play on elements when their direct containing block is added or removed. With the `global` modifier, transiti…
-
currently it has kind of a stop-and-go feeling, some users may want this, but it doesn't match the movies very closely. add a 'animationRule' option to configure this
-
```
It would be nice to be able to define custom cubic bezier curves as easing
curves. Creating them from Unity's AniationCurve is not quite easy. I would
like to be able to specify the curve with o…
-
Currently, the opening/closing effect is fixed to slideDown/slideUp. It would be great if we have an option to change them to fadeIn/fadeOut. And an option for the easing of the opening/closing effect…
-
Hi! 👋
Firstly, thanks for your work on this project! 🙂
Today I used [patch-package](https://github.com/ds300/patch-package) to patch `react-native-snap-carousel@3.9.1` for the project I'm…
-
Tested in LDC 1.30.0 (Windows)
This code:
```d
enum Easing : float function(float x)
{
identity = (float x) => x
}
void main(){Easing.identity(1);}
```
Crashes ldc, if I used:
```d
…