Class Tween<T>

    Chainable Animator over a writable cell: .to(...).to(...).from(start) reads naturally. .to/.from are pure data — segments accumulate at construction; the executor generator runs them in order on iteration.

    Type Parameters

    • T
    Implements
    Index

    Methods