We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2631dff + 4c37271 commit b06478eCopy full SHA for b06478e
src/web-animations-bonus-object-form-keyframes.js
@@ -38,6 +38,7 @@
38
{duration: 1});
39
animation.currentTime = 0;
40
animated = getComputedStyle(element).getPropertyValue('opacity') == testOpacity;
41
+ } catch (error) {
42
} finally {
43
if (animation)
44
animation.cancel();
0 commit comments