Merge branch 'master' of github.com:hakimel/reveal.js into dev

This commit is contained in:
Hakim El Hattab
2020-09-09 10:26:42 +02:00
17 changed files with 42 additions and 42 deletions

View File

@ -461,7 +461,7 @@ export default class AutoAnimate {
pairs.forEach( pair => {
// Disable scale transformations on text nodes, we transiition
// Disable scale transformations on text nodes, we transition
// each individual text property instead
if( matches( pair.from, textNodes ) ) {
pair.options = { scale: false };
@ -616,4 +616,4 @@ export default class AutoAnimate {
}
}
}