Heisenberg submitted a new resource:
You must be registered for see links
- Add beautiful animations to your user ranksHi xf,
Today I share a tutorial for : Add animations to your user ranks.
In the templates of your style go in extra.less
Add :
CSS:/* ANIMATION_GU_BY ZOOM */ .username--style3:hover:before{ display:inline-block; -webkit-animation-name: bounceOut; animation-name: bounceOut; -webkit-animation-duration: .75s; animation-duration: .75s; -webkit-animation-duration: 3s; animation-duration: 3s; animation-iteration-count: infinite; -webkit-animation-fill-mode...
You must be registered for see links