Type Definition style::values::animated::effects::BoxShadow
[−]
[src]
type BoxShadow = GenericBoxShadow<Option<RGBA>, Length, NonNegativeLength, Length>;
An animated value for a single box-shadow
.
Trait Implementations
impl ComputeSquaredDistance for BoxShadow
[src]
fn compute_squared_distance(&self, other: &Self) -> Result<SquaredDistance, ()>
[src]
Computes the squared distance between two animatable values.