javascript - Move icon down on hover with jQuery -


i have icon on page , i'd animate it's position down page little jquery. happen on hover. move down 40px.

when off hover, move was.

<i class="fa fa-chevron-circle-down"></i>

demo: http://jsfiddle.net/5uamyea1

why not css?

https://jsfiddle.net/5uamyea1/

.fa{position:relative;transition:top 0.5s;top:0} .fa:hover{top:20px} 

Comments

Popular posts from this blog

Fail to load namespace Spring Security http://www.springframework.org/security/tags -

sql - MySQL query optimization using coalesce -

unity3d - Unity local avoidance in user created world -