Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

<html>
<head>
<script>
function start() {
const element = document.createElement('img')
element.animate([
{ 'easing': '' },
123,
], {})
}
window.addEventListener('load', start)
</script>
</head>
</html>