Source code
Revision control
Copy as Markdown
Other Tools
<!DOCTYPE html>
<style>
body { animation: foo 1s; }
@keyframes foo { to { scale: calc(100% * 1); } }
</style>
<!DOCTYPE html>
<style>
body { animation: foo 1s; }
@keyframes foo { to { scale: calc(100% * 1); } }
</style>