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

8 lines
No EOL
153 B
CSS

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