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

8 lines
No EOL
143 B
CSS

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