Closed
Description
I'm testing this on a fairly new Android 5.1.1 browser with a WebView of 44.0.2403.133 and using this code:
this.element.animate({
opacity: [0, 1]
}, {
duration: 300,
fill: 'forwards'
});
That code fails on that environment with Uncaught TypeError: Failed to execute 'animate' on 'Element': The provided value is not of type '(EffectModel or sequence<Dictionary>)'
.
I did test this code on IE11, Chrome, Firefox and Safari (all latest versions) though and it seems to work fine.