Skip to content

Animated

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

Defined in: mixins/animated.ts:58

Animated mixin function.

Type Parameters

TBase extends Constructor

Parameters

Base

TBase

Base class to extend.

Returns

TBase & Constructor<IAnimated>

Class that extends the base class and implements IAnimated.