This can be used on other elements too. A nice exaple is .navblock (Home, About the 3DS, News, Chat, Forums, Links) But using it on "img" will cause something weird.
Enjoy!
This post has been edited one or more times, the last time was: 2013-06-12 16:28:31
If you've noticed, I have a code that makes #content slide in on PC.
"How exactly do you do it?"
div#content{animation-duration: 3s;animation-name: slidein;} @keyframes slidein{from{opacity: 0;margin-right: 100%;width: 300%}to{opacity: 1;margin-right: 0%;width: 96%;}}
(Put between style tags!)
This can be used on other elements too. A nice exaple is .navblock (Home, About the 3DS, News, Chat, Forums, Links) But using it on "img" will cause something weird.
Enjoy!
2013-06-12 16:28:31