|
@@ -306,12 +306,10 @@
|
|
|
console.error("Vegas: Animation " + animation + " doesn't exist.");
|
|
|
}
|
|
|
|
|
|
- if (animationDuration === 'auto' || animationDuration > delay) {
|
|
|
+ if (animationDuration === 'auto') {
|
|
|
animationDuration = delay;
|
|
|
}
|
|
|
|
|
|
- console.log(animationDuration);
|
|
|
-
|
|
|
// Video ?
|
|
|
|
|
|
if (this.support.video && videos) {
|