.from-el-to-el{animation-duration:1s;animation-fill-mode:forwards;animation-name:move;animation-timing-function:linear}.init{left:var(--start-x);opacity:0;position:fixed;top:var(--start-y);z-index:10000}@keyframes move{1%,99%{opacity:1}to{opacity:0;transform:translate(var(--end-x)) translateY(var(--end-y))}}
