Source code
Revision control
Copy as Markdown
Other Tools
<!DOCTYPE html>
<style>
@keyframes kf {
from { transform: perspective(10px) }
}
* {
zoom: 10%;
animation: kf 1s;
}
</style>
<svg></svg>
<!DOCTYPE html>
<style>
@keyframes kf {
from { transform: perspective(10px) }
}
* {
zoom: 10%;
animation: kf 1s;
}
</style>
<svg></svg>