-
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…
-
"animationstart" and "animationend" aren't fired when I run my Javascript with karma-chrome-launcher so I am unable to test my code.
These events are fired when CSS animations are run: https://deve…
-
Add the possibility to assign time-dependent mathematical formulas to the properties (position/scale/rotation) of a box.
Example:
Assigning a formula like `sin(time*2)*30` to a zombie-models `yaw`…
-
```
What version of CssMin are you using (source and/or build)?
3.0.1
What was the input stylesheet and/or configuration options?
@keyframes rotateThis {
from { transform: rotate(0deg); }
to { tr…
-
From this sample:
``` css
@keyframes translateAndScale {
from { transform: translateY(0) scale(1); }
to { transform: translateY(-20%) scale(0.9); }
}
```
I get output like:
``` css
@-moz-keyfra…
jory updated
11 years ago
-
### Duplicates
- [X] I have searched the existing issues
### Latest version
- [X] I have tested the latest version
### Summary 💡
A "pulse" animation seems to me like it's a pretty basic one along…
-
Ticket 1
[..] Another thing I'd like to see is renderfarm mode. Currently, the addon updates the material every frame as the addon settings change with keyframes. You add a way to bake keyframes dire…
-
### Description
When you import neon-animation#1.2.4 that depends on web-animations-js#2.2.2, a lot of 404 errors comes in the console. Might be related to the missing of src directory on the web-a…
-
# bucket {
```
-webkit-animation: watering 2s ease-in-out alternate infinite;
animation: watering 2s ease-in-out alternate infinite;
```
}
@-webkit-keyframes watering {
0% {
-webkit-tra…
-
Currently, the default behavior for the content pseudo-elements (`::view-transition-old` and `::view-transition-new`) is to animate to/from `opacity: 0`. This is usually sufficient, and customizable b…
noamr updated
3 months ago