Skip to content

Version 1.2.0

Compare
Choose a tag to compare
@gakimball gakimball released this 02 Feb 20:54
· 122 commits to master since this release
  • All of the CSS transition classes have default transition properties, which used to be applied using @extends. That caused all of those selectors with those properties to be bunched up at the top. Now they're added using an @include.
  • Fixed an issue with fade keyframes containing invalid characters if a decimal was used as the start or end opacity.
  • The built-in animation classes (.wiggle, .shake, .spin-cw, and .spin-ccw) now have animation-duration properties applied, so they can function without any extra CSS.
  • Added a tutorial on WOW.js integration to the documentation.
  • Added a test HTML page to test transition classes.