-
```
What steps will reproduce the problem?
1. Start timelapse-darktable.jar with OpenJdk Java 7
2. Select source image folder with jpg and xmp from darktable
3. Select output folder (an empty one)
4. …
-
#### Description
I've been trying to animate some material properties from the node graph, and while I can add keyframes to node fields (like animating opacity), they simply don't show up in the gr…
-
Spec: https://drafts.csswg.org/css-animations/#keyframes
Maybe it would be a good idea to add `start` and `end` keyframe selectors that would represent the `animationstart` and `animationend` event…
-
Improvement suggestions.
**Timeline improvements.**
1. Button or menu to clear all keyframes.
2. Button or menu to clear all keyframes from an object (layer).
3. Player with option to return t…
-
Hi, thank you for this great plugin.
I encountered an issue that GIF file with **transparent background** contains image from all the keyframes.
Here is an example.
Figma URL
https://www.…
-
Hi and thanks for this plugin.
If you define:
```
@keyframes fancy-mouse-breathing-animation {
0% {
background-color: rgba(0,255,0, 1);
}
50% {
background-color: rgba(0,255,0, 0.…
-
Hey there!
I am currently using theatre.js for my project and it's been incredibly helpful. I was just wondering if there's any possibility or feature in theatre.js to translate some keyframes by a…
-
When applying a clip-path it is sometimes wanted to do an inverse clip path to cut out a hole of something. To do that today, you need to get creative with positioning the points in a polygon, as deta…
-
The Stylable CLI can generate either CJS or ESM output code for their appropriate environments.
One of the features that contributes to this is the ability to automatically generate an index file t…
-
**Actual:**
The following input,
```css
@keyframes slideIn {
0% {
margin-left: 100%;
}
100% {
margin-left: 0%;
}
}
.case-1 {
animation: 2s slideIn;
}
.case-2 {
a…
ghost updated
3 years ago