commonMain.io.nacular.doodle.animation.transition.NoChange.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of animation-js Show documentation
Show all versions of animation-js Show documentation
A pure Kotlin, UI framework for the Web
/**
* Created by Nicholas Eddy on 3/30/18.
*/
package io.nacular.doodle.animation.transition
import io.nacular.doodle.animation.Moment
import io.nacular.measured.units.Measure
import io.nacular.measured.units.Time
import io.nacular.measured.units.Units
/**
* Transition that keeps the initial state for a set duration.
*
* @author Nicholas Eddy ([email protected])
*/
public class NoChange(duration: Measure
© 2015 - 2025 Weber Informatics LLC | Privacy Policy