en.javascript.info/7-animation/2-css-animations/train-over.view/style.css
2019-04-02 14:01:44 +03:00

8 lines
No EOL
150 B
CSS

.train {
position: relative;
cursor: pointer;
width: 177px;
height: 160px;
left: 100px;
transition: left 5s cubic-bezier(.5, -1, .5, 2);
}