interface IAnimatable {
    animation: T;
}

Type Parameters

Properties

Properties

animation: T