Skip to content

Instantly share code, notes, and snippets.

@MOxFIVE
Created April 23, 2016 06:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MOxFIVE/096f95b09817a3914bdc79fa6106048a to your computer and use it in GitHub Desktop.
Save MOxFIVE/096f95b09817a3914bdc79fa6106048a to your computer and use it in GitHub Desktop.
Animate Hover
<a href="//moxfive.xyz">
<img src="//moxfive.xyz/resources/Mihawk.png">
</a>
<h2>
<a class="article-title" href="/2016/03/27/hexo-browsersync/">Hexo 页面自动刷新与移动端调试</a>
</h2>
a:hover img
animation: pulse 1s infinite
h2:hover
animation: pulse 1s infinite
<link href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.5.1/animate.min.css" rel="stylesheet" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment