From 63dba5f128fd90eff055a671f6446aec53e8783e Mon Sep 17 00:00:00 2001 From: Ikko Ashimine Date: Wed, 28 Jul 2021 18:04:58 +0900 Subject: [PATCH] Update impress.js --- js/impress.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/impress.js b/js/impress.js index 7b62a7a..44679c4 100644 --- a/js/impress.js +++ b/js/impress.js @@ -778,7 +778,7 @@ // scrolling to element in hash. // // And it has to be set after animation finishes, because in Chrome it - // makes transtion laggy. + // makes transition laggy. // BUG: http://code.google.com/p/chromium/issues/detail?id=62820 lib.gc.addEventListener( root, "impress:stepenter", function( event ) { window.location.hash = lastHash = "#/" + event.target.id;