mirror of
https://github.com/servo/servo.git
synced 2025-08-08 23:15:33 +01:00
make image-orientation animatable
This commit is contained in:
parent
25a46c40b3
commit
c5de3e56a2
2 changed files with 26 additions and 1 deletions
|
@ -59,7 +59,7 @@ ${helpers.single_keyword("image-rendering",
|
|||
// Image Orientation
|
||||
<%helpers:longhand name="image-orientation"
|
||||
products="gecko"
|
||||
animation_value_type="none"
|
||||
animation_value_type="discrete"
|
||||
spec="https://drafts.csswg.org/css-images/#propdef-image-orientation, \
|
||||
/// additional values in https://developer.mozilla.org/en-US/docs/Web/CSS/image-orientation">
|
||||
use std::fmt;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue