Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<script>
window.onload = () => {
document.documentElement.animate([ { "font": "menu" }, { "font": "message-box" } ])
}
</script>
</head>
</html>