Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

<!DOCTYPE html>
<style>
@keyframes kf {
from { transform: perspective(10px) }
}
* {
zoom: 10%;
animation: kf 1s;
}
</style>
<svg></svg>