- Added
back-pulse
effect
- Added
includeClasses
option to Sass/LESS so you can now generate CSS with or without Hover.css default class names - Added
!default
flags to Sass variables in_options.scss
- Added lots of new effects
- Added LESS support
- Prefixed all effect names with
hvr-
(can be changed inscss/_options.scss
) - Updated some effects for better performance and/or browser support
- Moved default button styles out of library
- Moved all effects into sub folders with the name of the category they belong to
- Renamed
hover
andhover shadow
effects tobob
andbob shadow
- Removed
hover shadow
effect due to browser inconsistencies courtesy of this Webkit/Blink bug which can't be worked around - Updated
bob
(formerlyhover
) andhang
effects to work around this WebKit/Blink bug - Change default
animation-timing-function
andtransition-timing-function
values for various effects - Changed all instances of 'colour' to 'color'
- Added small amount of JS to demo page to prevent
<a href="#"></a>
elements from navigating (not required for hover.css to work) - Added "What's Included?" section to README.md