Struct easing_function::easings::EaseInElastic
source · pub struct EaseInElastic;
Expand description
An Easing
function that eases
in using a curve that bounces around the start initially then quickly accelerates
See https://easings.net/#easeInElastic for a visualization and more information.
Implementations§
source§impl EaseInElastic
impl EaseInElastic
sourcepub fn ease(progress: f32) -> f32
pub fn ease(progress: f32) -> f32
Eases in using a curve that bounces around the start initially then quickly accelerates
See https://easings.net/#easeInElastic for a visualization and more information.
Trait Implementations§
source§impl Clone for EaseInElastic
impl Clone for EaseInElastic
source§fn clone(&self) -> EaseInElastic
fn clone(&self) -> EaseInElastic
Returns a copy 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 EaseInElastic
impl Debug for EaseInElastic
source§impl Easing for EaseInElastic
impl Easing for EaseInElastic
source§impl From<EaseInElastic> for EasingFunction
impl From<EaseInElastic> for EasingFunction
source§fn from(_function: EaseInElastic) -> Self
fn from(_function: EaseInElastic) -> Self
Converts to this type from the input type.
impl Copy for EaseInElastic
Auto Trait Implementations§
impl Freeze for EaseInElastic
impl RefUnwindSafe for EaseInElastic
impl Send for EaseInElastic
impl Sync for EaseInElastic
impl Unpin for EaseInElastic
impl UnwindSafe for EaseInElastic
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)