pub enum AnimationType {
None,
Discrete,
ByComputedValue,
RepeatableList,
TransformList,
ShadowList,
Length,
Number,
Unknown,
}Variants§
None
This property is not animatable.
Discrete
This property animates between discrete values.
ByComputedValue
Animates by interpolating computed values
RepeatableList
Each item in a list animates independently
TransformList
Animates as a transform list
ShadowList
Animates as a shadow list
Length
Animates as a length value
Number
Animates as a number value
Unknown
Unknown or complex animation behavior
Auto Trait Implementations§
impl Freeze for AnimationType
impl RefUnwindSafe for AnimationType
impl Send for AnimationType
impl Sync for AnimationType
impl Unpin for AnimationType
impl UnwindSafe for AnimationType
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