mirror of
https://github.com/servo/servo.git
synced 2025-08-12 08:55:32 +01:00
Allow empty keyframe and keyframes with non-animatable properties.
We need to create CSS animations that have empty keyframe or keyframes which have only invalid properties or non-animatable properties to fire animation events for such animations.
This commit is contained in:
parent
8421ae6077
commit
a80725c91b
4 changed files with 67 additions and 31 deletions
|
@ -25,6 +25,7 @@ extern crate test;
|
|||
mod animated_properties;
|
||||
mod attr;
|
||||
mod cache;
|
||||
mod keyframes;
|
||||
mod logical_geometry;
|
||||
mod media_queries;
|
||||
mod owning_handle;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue