#[repr(C)]pub enum TransitionPropertyItem {
Show 73 variants
None = 0,
Transform = 1,
TransformOrigin = 2,
LineHeight = 3,
Opacity = 4,
All = 5,
Height = 6,
Width = 7,
MinHeight = 8,
MaxHeight = 9,
MinWidth = 10,
MaxWidth = 11,
MarginTop = 12,
MarginRight = 13,
MarginLeft = 14,
MarginBottom = 15,
Margin = 16,
PaddingTop = 17,
PaddingRight = 18,
PaddingBottom = 19,
PaddingLeft = 20,
Padding = 21,
Top = 22,
Right = 23,
Bottom = 24,
Left = 25,
FlexGrow = 26,
FlexShrink = 27,
FlexBasis = 28,
Flex = 29,
BorderTopWidth = 30,
BorderRightWidth = 31,
BorderBottomWidth = 32,
BorderLeftWidth = 33,
BorderTopColor = 34,
BorderRightColor = 35,
BorderBottomColor = 36,
BorderLeftColor = 37,
BorderTopLeftRadius = 38,
BorderTopRightRadius = 39,
BorderBottomLeftRadius = 40,
BorderBottomRightRadius = 41,
Border = 42,
BorderWidth = 43,
BorderColor = 44,
BorderRadius = 45,
BorderLeft = 46,
BorderTop = 47,
BorderRight = 48,
BorderBottom = 49,
Font = 50,
ZIndex = 51,
BoxShadow = 52,
BackdropFilter = 53,
Filter = 54,
Color = 55,
TextDecorationColor = 56,
TextDecorationThickness = 57,
FontSize = 58,
FontWeight = 59,
LetterSpacing = 60,
WordSpacing = 61,
BackgroundColor = 62,
BackgroundPosition = 63,
BackgroundSize = 64,
Background = 65,
BackgroundPositionX = 66,
BackgroundPositionY = 67,
Mask = 68,
MaskSize = 69,
MaskPositionX = 70,
MaskPositionY = 71,
MaskPosition = 72,
}
Expand description
The property name allowed in CSS transition-property
.
Variants§
None = 0
Transform = 1
TransformOrigin = 2
LineHeight = 3
Opacity = 4
All = 5
Height = 6
Width = 7
MinHeight = 8
MaxHeight = 9
MinWidth = 10
MaxWidth = 11
MarginTop = 12
MarginRight = 13
MarginLeft = 14
MarginBottom = 15
Margin = 16
PaddingTop = 17
PaddingRight = 18
PaddingBottom = 19
PaddingLeft = 20
Padding = 21
Top = 22
Right = 23
Bottom = 24
Left = 25
FlexGrow = 26
FlexShrink = 27
FlexBasis = 28
Flex = 29
BorderTopWidth = 30
BorderRightWidth = 31
BorderBottomWidth = 32
BorderLeftWidth = 33
BorderTopColor = 34
BorderRightColor = 35
BorderBottomColor = 36
BorderLeftColor = 37
BorderTopLeftRadius = 38
BorderTopRightRadius = 39
BorderBottomLeftRadius = 40
BorderBottomRightRadius = 41
Border = 42
BorderWidth = 43
BorderColor = 44
BorderRadius = 45
BorderLeft = 46
BorderTop = 47
BorderRight = 48
BorderBottom = 49
Font = 50
ZIndex = 51
BoxShadow = 52
BackdropFilter = 53
Filter = 54
Color = 55
TextDecorationColor = 56
TextDecorationThickness = 57
FontSize = 58
FontWeight = 59
LetterSpacing = 60
WordSpacing = 61
BackgroundColor = 62
BackgroundPosition = 63
BackgroundSize = 64
Background = 65
BackgroundPositionX = 66
BackgroundPositionY = 67
Mask = 68
MaskSize = 69
MaskPositionX = 70
MaskPositionY = 71
MaskPosition = 72
Trait Implementations§
Source§impl Clone for TransitionPropertyItem
impl Clone for TransitionPropertyItem
Source§fn clone(&self) -> TransitionPropertyItem
fn clone(&self) -> TransitionPropertyItem
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for TransitionPropertyItem
impl Debug for TransitionPropertyItem
Source§impl<'de> Deserialize<'de> for TransitionPropertyItem
impl<'de> Deserialize<'de> for TransitionPropertyItem
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Display for TransitionPropertyItem
impl Display for TransitionPropertyItem
Source§impl PartialEq for TransitionPropertyItem
impl PartialEq for TransitionPropertyItem
Source§impl Serialize for TransitionPropertyItem
impl Serialize for TransitionPropertyItem
impl StructuralPartialEq for TransitionPropertyItem
Auto Trait Implementations§
impl Freeze for TransitionPropertyItem
impl RefUnwindSafe for TransitionPropertyItem
impl Send for TransitionPropertyItem
impl Sync for TransitionPropertyItem
impl Unpin for TransitionPropertyItem
impl UnwindSafe for TransitionPropertyItem
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Source§impl<T> CheckedAs for T
impl<T> CheckedAs for T
Source§fn checked_as<Dst>(self) -> Option<Dst>where
T: CheckedCast<Dst>,
fn checked_as<Dst>(self) -> Option<Dst>where
T: CheckedCast<Dst>,
Casts the value.
Source§impl<Src, Dst> CheckedCastFrom<Src> for Dstwhere
Src: CheckedCast<Dst>,
impl<Src, Dst> CheckedCastFrom<Src> for Dstwhere
Src: CheckedCast<Dst>,
Source§fn checked_cast_from(src: Src) -> Option<Dst>
fn checked_cast_from(src: Src) -> Option<Dst>
Casts the value.
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Src, Dst> LosslessTryInto<Dst> for Srcwhere
Dst: LosslessTryFrom<Src>,
impl<Src, Dst> LosslessTryInto<Dst> for Srcwhere
Dst: LosslessTryFrom<Src>,
Source§fn lossless_try_into(self) -> Option<Dst>
fn lossless_try_into(self) -> Option<Dst>
Performs the conversion.
Source§impl<Src, Dst> LossyInto<Dst> for Srcwhere
Dst: LossyFrom<Src>,
impl<Src, Dst> LossyInto<Dst> for Srcwhere
Dst: LossyFrom<Src>,
Source§fn lossy_into(self) -> Dst
fn lossy_into(self) -> Dst
Performs the conversion.
Source§impl<T> OverflowingAs for T
impl<T> OverflowingAs for T
Source§fn overflowing_as<Dst>(self) -> (Dst, bool)where
T: OverflowingCast<Dst>,
fn overflowing_as<Dst>(self) -> (Dst, bool)where
T: OverflowingCast<Dst>,
Casts the value.
Source§impl<Src, Dst> OverflowingCastFrom<Src> for Dstwhere
Src: OverflowingCast<Dst>,
impl<Src, Dst> OverflowingCastFrom<Src> for Dstwhere
Src: OverflowingCast<Dst>,
Source§fn overflowing_cast_from(src: Src) -> (Dst, bool)
fn overflowing_cast_from(src: Src) -> (Dst, bool)
Casts the value.
Source§impl<T> SaturatingAs for T
impl<T> SaturatingAs for T
Source§fn saturating_as<Dst>(self) -> Dstwhere
T: SaturatingCast<Dst>,
fn saturating_as<Dst>(self) -> Dstwhere
T: SaturatingCast<Dst>,
Casts the value.
Source§impl<Src, Dst> SaturatingCastFrom<Src> for Dstwhere
Src: SaturatingCast<Dst>,
impl<Src, Dst> SaturatingCastFrom<Src> for Dstwhere
Src: SaturatingCast<Dst>,
Source§fn saturating_cast_from(src: Src) -> Dst
fn saturating_cast_from(src: Src) -> Dst
Casts the value.
Source§impl<T> UnwrappedAs for T
impl<T> UnwrappedAs for T
Source§fn unwrapped_as<Dst>(self) -> Dstwhere
T: UnwrappedCast<Dst>,
fn unwrapped_as<Dst>(self) -> Dstwhere
T: UnwrappedCast<Dst>,
Casts the value.
Source§impl<Src, Dst> UnwrappedCastFrom<Src> for Dstwhere
Src: UnwrappedCast<Dst>,
impl<Src, Dst> UnwrappedCastFrom<Src> for Dstwhere
Src: UnwrappedCast<Dst>,
Source§fn unwrapped_cast_from(src: Src) -> Dst
fn unwrapped_cast_from(src: Src) -> Dst
Casts the value.
Source§impl<T> WrappingAs for T
impl<T> WrappingAs for T
Source§fn wrapping_as<Dst>(self) -> Dstwhere
T: WrappingCast<Dst>,
fn wrapping_as<Dst>(self) -> Dstwhere
T: WrappingCast<Dst>,
Casts the value.
Source§impl<Src, Dst> WrappingCastFrom<Src> for Dstwhere
Src: WrappingCast<Dst>,
impl<Src, Dst> WrappingCastFrom<Src> for Dstwhere
Src: WrappingCast<Dst>,
Source§fn wrapping_cast_from(src: Src) -> Dst
fn wrapping_cast_from(src: Src) -> Dst
Casts the value.