This has this example of the horizontal shift which moves a div ten pixels rightward:
.moved { transform: translateX(10px); background-color: pink; }
This has some stuff for translateY.
No comments:
Post a Comment