Skip to content

Commit

Permalink
Fix typo in impress.js
Browse files Browse the repository at this point in the history
transtion -> transition
  • Loading branch information
eltociear authored and henrikingo committed Jul 28, 2021
1 parent e366207 commit 762bdd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/impress.js
Original file line number Diff line number Diff line change
Expand Up @@ -776,7 +776,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;
Expand Down

0 comments on commit 762bdd8

Please sign in to comment.