MCPcopy
hub / github.com/tnfe/FFCreator / addEffect

Method addEffect

lib/node/node.js:257–259  ·  view source on GitHub ↗

* Add special animation effects * @param {string} type - animation effects name * @param {number} time - time of animation * @param {number} delay - delay of animation * @public

(type, time, delay)

Source from the content-addressed store, hash-verified

255 * @public
256 */
257 addEffect(type, time, delay) {
258 this.animations.addEffect(type, time, delay);
259 }
260
261 addAnimate(animation) {
262 return this.animations.addAnimate(animation);

Callers 15

createFFTaskFunction · 0.45
createFFTaskFunction · 0.45
createFFTaskFunction · 0.45
createFFTaskFunction · 0.45
createFFTaskFunction · 0.45
creatSceneFunction · 0.45
createFFTaskFunction · 0.45
createFFTaskFunction · 0.45
createFFTaskFunction · 0.45
createFFTaskFunction · 0.45
createFFTaskFunction · 0.45
createFFTaskFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected