Trait style::properties::animated_properties::RepeatableListAnimatable
[−]
[src]
pub trait RepeatableListAnimatable: Animate { }
Implementors
impl RepeatableListAnimatable for BackgroundSize
impl RepeatableListAnimatable for LengthOrPercentage
impl RepeatableListAnimatable for Either<f32, LengthOrPercentage>
impl RepeatableListAnimatable for Either<NonNegativeNumber, NonNegativeLengthOrPercentage>
impl RepeatableListAnimatable for SvgLengthOrPercentageOrNumber<NonNegativeLengthOrPercentage, NonNegativeNumber>
impl<H, V> RepeatableListAnimatable for Position<H, V> where
H: RepeatableListAnimatable,
V: RepeatableListAnimatable,