Skip to content

Commit 961c89f

Browse files
author
mayintao3
committed
feat: transition的enum
1 parent f849e58 commit 961c89f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/style_propetries/style_property_type.rs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,4 +87,9 @@ pub enum CSSPropertyType {
8787
AnimationFillMode = 82,
8888
BackgroundPositionX = 83,
8989
BackgroundPositionY = 84,
90+
transition = 85,
91+
transitionProperty = 86,
92+
transitionDuration = 87,
93+
transitionTimingFunction = 88,
94+
transitionDelay = 89
9095
}

0 commit comments

Comments
 (0)