Home >Web Front-end >HTML Tutorial >web前端 a标签特效 求特效名字,带gif图_html/css_WEB-ITnose

web前端 a标签特效 求特效名字,带gif图_html/css_WEB-ITnose

WBOY
WBOYOriginal
2016-06-21 09:22:341396browse


鼠标移动到标签上,然后就出现有点像滑动效果的特效,这叫啥名字呢,或者各位有代码没,给我研究研究


回复讨论(解决方案)

  <a href="#">dfsfds</a>  <style>    a:hover{margin-left:50px;}  a{        text-decoration: none;    -webkit-transition:all linear 0.15s;-moz-transition:all linear 0.15s;transition:all linear 0.15s;  }  }</style>

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn