additional auto-animation tests, default to 1s
This commit is contained in:
parent
b6c890b1a7
commit
3bfd06c06d
2 changed files with 31 additions and 4 deletions
|
@ -193,7 +193,7 @@
|
|||
// Default settings for or auto-animate transitions, can be
|
||||
// overridden per-slide via data arguments
|
||||
autoAnimateEasing: 'ease',
|
||||
autoAnimateDuration: 0.7,
|
||||
autoAnimateDuration: 1.0,
|
||||
|
||||
// CSS styles that auto-animations will animate between
|
||||
autoAnimateStyles: [
|
||||
|
@ -3893,7 +3893,7 @@
|
|||
to.style[propertyName] = toProps[propertyName];
|
||||
} );
|
||||
|
||||
}, 1 );
|
||||
}, 0 );
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue