interface IAnimatable<T> {
    animation: T;
}

Type Parameters

Properties

Properties

animation: T