CSS3 -webkit-animation

.box { top: 450px; left: 142px; z-index: 8; -webkit-animation: box .7s ease 1 normal 2s forwards; } @-webkit-keyframes box { from { } to { -webkit-transform: translateX(-90px); } }

Be the first to comment

You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.