import AbstractAnimation from 'beloader-animations/src/core/AbstractAnimation.js'
AbstractAnimation
Direct Subclass:
Abstract class for animations
Constructor Summary
Public Constructor | ||
public abstract |
Generates unique ID and stores options |
version 1.0.0 since 1.0.0 |
Member Summary
Public Members | ||
public |
Animejs animation object or timeline |
|
public get |
Always return false if not overriden in childs class |
version 1.0.0 since 1.0.0 |
public |
Auto-generated unique id for animation |
since 1.0.0 |
public |
Options for the animation |
since 1.0.0 |
Method Summary
Public Methods | ||
public |
Check if required options have been provided |
version 1.0.0 since 1.0.0 |
Public Constructors
public abstract constructor() version 1.0.0 since 1.0.0 source
Generates unique ID and stores options