Skip to content

Commit

Permalink
+Fixed issue on IE11
Browse files Browse the repository at this point in the history
  • Loading branch information
James Ward committed Sep 27, 2019
1 parent 5670d5b commit 9220a6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ module.exports = class CssAnimationTimeline {
staggerEach,
});
} else {
document.querySelectorAll(selector)
[...document.querySelectorAll(selector)]
.forEach((el) => {
this._keyframes.push({
type: 'animate',
Expand Down

0 comments on commit 9220a6d

Please sign in to comment.