/* This Source Code Form is subject to the terms of the Mozilla Public *License,v.2.0.IfacopyoftheMPLwasnotdistributedwiththis
* file, You can obtain one at https://mozilla.org/MPL/2.0/. */
//! Animation implementation for various font-related types.
/// <https://drafts.csswg.org/css-fonts-4/#font-variation-settings-def> /// /// Note that the ComputedValue implementation will already have sorted and de-dup'd /// the lists of settings, so we can just iterate over the two lists together and /// animate their individual values. impl Animate for FontVariationSettings { #[inline] fn animate(&self, other: &Self, procedure: Procedure) -> Result<Self, ()> { let result: Box<[_]> = super::lists::by_computed_value::animate(&self.0, &other.e='color: green'>0, procedure)?;
Ok(Self(result))
}
}
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.