en.javascript.info/5-animation/2-css-transitions/train.view/style.css
2015-03-09 18:51:07 +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);
}