-
### Terms
- [X] I'm using the very latest version of CinematicsStudio and its dependencies.
- [X] I already searched on this [Github page](https://github.com/PluginBugs/Issues-CinematicsStudio/issues…
-
Consider [this SlintPad demo](https://slintpad.com/?snippet=import+%7B+Button%2C+VerticalBox%2C+HorizontalBox+%7D+from+%22std-widgets.slint%22%3B%0A%0Aexport+component+Demo+%7B%0A++++prope…
-
Right now, Glur blurs linearly. It would be great if we could change the easing of the blur.
```
.glur(
offset: 0.3,
interpolation: 0.4,
easing: 1, // This controls the amount…
-
### Describe the problem
I'm trying to create the "tinder-swipe" effect in my app, and i'm using flip for achieving the animation of moving the cards. Everything works really nicely except for the ro…
-
step() is useful for reducing the resolution of an animation, but it always applies to linear easing. It'd be nice if step() could take another easing function, so you could apply steps to, say, ease-…
-
Insofar as easing functions make it into the CSS gradient syntax, I would like to propose a new easing function, tentatively called `midpoint(x)`, for smooth interpolation between color stops, without…
-
### **FNF Version 0.4.1 bug**
How to reproduce:
1. Have the events tab open
2. Click on the easing selection
3. the press enter
4. it should keep opening the easing options when u press ente…
-
## Description
I noticed changes to the easing function of a keyframe (e.g from linear to exponential) after creation in the napari plugin has no effect when saving as a movie (i.e. the easing functi…
-
Not same motion when easing both keyframe and timingOption.
``` js
animate({
transform: ['translateX(0px)', 'translateX(100px)'],
easing: 'ease'
}, {
duration: 500,
easing: 'ease',
})
```
-
https://www.w3.org/TR/css-easing-1/#cubic-bezier-algo
For input progress < 0:
Point #2 implies that the tangent line though P0 and P2 should be used in the event that P1_x = 0 and P2_x > 0. This s…