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

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

WBOY
Release: 2016-06-21 09:22:34
Original
1374 people have browsed it


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


回复讨论(解决方案)

  <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>
Copy after login

source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template