Animated
Animated<
TBase>(Base):TBase&Constructor<IAnimated>
Defined in: mixins/animated.ts:74
Animated mixin function.
Type Parameters
Section titled “Type Parameters”TBase extends Constructor
Parameters
Section titled “Parameters”TBase
Base class to extend.
Returns
Section titled “Returns”TBase & Constructor<IAnimated>
Class that extends the base class and implements IAnimated.