pub struct AnimationEffect { /* private fields */ }Available on crate features
experimental and Animation and Runtime and DOM only.Expand description
AnimationEffect instance
Implementations§
Source§impl AnimationEffect
impl AnimationEffect
pub fn builder() -> AnimationEffectBuilder
Sourcepub fn iteration_start(&self) -> f64
pub fn iteration_start(&self) -> f64
AnimationEffect’s iteration start.
Sourcepub fn iterations(&self) -> f64
pub fn iterations(&self) -> f64
AnimationEffect’s iterations.
Sourcepub fn backend_node_id(&self) -> Option<&BackendNodeId>
pub fn backend_node_id(&self) -> Option<&BackendNodeId>
AnimationEffect’s target node.
Sourcepub fn keyframes_rule(&self) -> Option<&KeyframesRule>
pub fn keyframes_rule(&self) -> Option<&KeyframesRule>
AnimationEffect’s keyframes.
Trait Implementations§
Source§impl Clone for AnimationEffect
impl Clone for AnimationEffect
Source§fn clone(&self) -> AnimationEffect
fn clone(&self) -> AnimationEffect
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for AnimationEffect
impl Debug for AnimationEffect
Source§impl<'de> Deserialize<'de> for AnimationEffect
impl<'de> Deserialize<'de> for AnimationEffect
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for AnimationEffect
impl RefUnwindSafe for AnimationEffect
impl Send for AnimationEffect
impl Sync for AnimationEffect
impl Unpin for AnimationEffect
impl UnwindSafe for AnimationEffect
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