MathDepth

Type Alias MathDepth 

Source
pub type MathDepth = i8;
Expand description

The computed value of the math-depth property.

Trait Implementations§

Source§

impl ToAnimatedValue for MathDepth

Source§

type AnimatedValue = i32

The type of the animated value.
Source§

fn to_animated_value(self, _: &Context<'_>) -> Self::AnimatedValue

Converts this value to an animated value.
Source§

fn from_animated_value(animated: Self::AnimatedValue) -> Self

Converts back an animated value into a computed value.