mirror of
https://github.com/konvajs/konva.git
synced 2025-10-15 12:34:52 +08:00
removed Transition constructor block comment to remove it from jsdocs. Devs should just use the transitionTo() method without knowing how it works under the covers
This commit is contained in:
@@ -8,9 +8,6 @@
|
||||
/**
|
||||
* Transition constructor. KineticJS transitions contain
|
||||
* multiple Tweens
|
||||
* @constructor
|
||||
* @param {Kinetic.Node} node
|
||||
* @param {Object} config
|
||||
*/
|
||||
Kinetic.Transition = function(node, config) {
|
||||
this.node = node;
|
||||
|
Reference in New Issue
Block a user