Skip to content

Animated

Animated<TBase>(Base): TBase & Constructor<IAnimated>

Defined in: mixins/animated.ts:58

Animated mixin function.

TBase extends Constructor

TBase

Base class to extend.

TBase & Constructor<IAnimated>

Class that extends the base class and implements IAnimated.