mirror of
https://github.com/konvajs/konva.git
synced 2025-04-29 07:08:17 +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:
parent
222aea4e2e
commit
04554e0e6a
3
dist/kinetic-core.js
vendored
3
dist/kinetic-core.js
vendored
@ -3334,9 +3334,6 @@ Kinetic.Transform.prototype = {
|
||||
/**
|
||||
* Transition constructor. KineticJS transitions contain
|
||||
* multiple Tweens
|
||||
* @constructor
|
||||
* @param {Kinetic.Node} node
|
||||
* @param {Object} config
|
||||
*/
|
||||
Kinetic.Transition = function(node, config) {
|
||||
this.node = node;
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user