Skip to content

"Failed to execute 'animate' ... no function was found that matched" after 2.2.0 #72

Closed
@diagramatics

Description

@diagramatics

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.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions