We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f849e58 commit 961c89fCopy full SHA for 961c89f
src/style_propetries/style_property_type.rs
@@ -87,4 +87,9 @@ pub enum CSSPropertyType {
87
AnimationFillMode = 82,
88
BackgroundPositionX = 83,
89
BackgroundPositionY = 84,
90
+ transition = 85,
91
+ transitionProperty = 86,
92
+ transitionDuration = 87,
93
+ transitionTimingFunction = 88,
94
+ transitionDelay = 89
95
}
0 commit comments