Skip to content

Commit 1a8d859

Browse files
committed
Reset animation-play-state. Fixes #19
1 parent ed700c3 commit 1a8d859

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

dom/animate/animate.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,8 @@ steal('jquery', 'jquery/dom/styles').then(function ($) {
236236
self.css(addPrefix({
237237
"animation-duration" : "",
238238
"animation-name" : "",
239-
"animation-fill-mode" : ""
239+
"animation-fill-mode" : "",
240+
"animation-play-state" : ""
240241
}));
241242

242243
if (callback && exec) {

0 commit comments

Comments
 (0)