|
@@ -320,7 +320,7 @@
|
|
if (transition instanceof Array) {
|
|
if (transition instanceof Array) {
|
|
transition = this._random(transition);
|
|
transition = this._random(transition);
|
|
} else {
|
|
} else {
|
|
- transition = this._random(this.animations);
|
|
|
|
|
|
+ transition = this._random(this.transitions);
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|