Skip to content

Instantly share code, notes, and snippets.

@FrankFang
Last active December 10, 2015 00:19
Show Gist options
  • Save FrankFang/4350482 to your computer and use it in GitHub Desktop.
Save FrankFang/4350482 to your computer and use it in GitHub Desktop.
CSS 动画
.day-sum { opacity:0;height:0; -webkit-transition: height 0.5s, opacity 0.5s;}
.day-sum:hover { height: 450px; opacity: 1; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment