//! Deferred animation factories that start from the current sampled value.
use crate::;
/// Creates a deferred tween toward `target`.
///
/// The tween's starting value is sampled when it is played, making this
/// suitable for interrupted motions and independent field animations.
/// Creates a deferred spring toward `target`.
///
/// The spring's starting value is sampled when it is played, making this
/// suitable for interrupted motions and independent field animations.