mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-12-08 06:09:58 +00:00
8 lines
151 B
HTML
8 lines
151 B
HTML
|
|
<!DOCTYPE html>
|
||
|
|
<html>
|
||
|
|
<div id="foo"></div>
|
||
|
|
<script>
|
||
|
|
foo.animate([{ margin: "revert" }, { margin: "0" }], 1000);
|
||
|
|
</script>
|
||
|
|
</html>
|