additional auto-animation tests, default to 1s

This commit is contained in:
Hakim El Hattab
2020-02-02 07:43:15 +01:00
parent b6c890b1a7
commit 3bfd06c06d
2 changed files with 31 additions and 4 deletions

View File

@ -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 );
}