UNPKG

qcobjects-docs

Version:

The official app and website for documentation of QCObjects

14 lines (10 loc) 231 B
#### Example: ```javascript class CustomFade extends Effect { duration = 500; // milliseconds of duration apply (){ // You need the following line to apply a Fade effect in runtime super.apply(this,...arguments); } } ```