blob: 47c30a97fa41e85e3ab9dab80962e97b1248e49f [file] [log] [blame]
<style>
div {
animation: animation 1000s;
}
@keyframes animation {
to { margin-left: 100px }
}
</style>
<div></div>