Releases: codeworksdev/animate.less
Releases · codeworksdev/animate.less
v2.0
The 2nd major release of our popular CSS animations framework is finally here! This distribution fixes 7 bugs, adds full support for Less.js v3, and includes 36 other essential under-the-hood upgrades. See below for the full changelog.
RELEASE HIGHLIGHTS
- Fixes 7 bugs.
- Adds full Less.js v3 support (v3.0.2 as of this writing).
- 7 new pre-baked CSS animations.
- Includes a fully functional demo that shows all pre-baked CSS animations in action.
- Includes a full source folder with a breakdown of all included CSS animations.
- Integrated mixins for creating your own animations.
BUG FIXES (7)
- #6:
rotate/rotateCCkeyframes not working in iOS - #20: Remove duplicate animation
fadeInDown - #21: Remove duplicate animation
rotateInDownLeft - #22: Missing animation
rotateInUpRight - #24: Animation
hingedefault duration not set - #25: Animation
lightSpeedIndefault timing function not set - #26: Animation
lightSpeedOutdefault timing function not set
NEW ANIMATIONS (7)
- #27:
headShake - #28:
jello - #29:
jackInTheBox - #37:
rotateZoomIn - #38:
rotateZoomInCC - #39:
rotateZoomOut - #40:
rotateZoomOutCC
API (26)
- #36: New mixin
#a.direction - #45: New mixin
#a.animations - #46: New mixin
#a.vendor - #47: New shorthand mixins
- #48: New mixin
#a.transitions - #49: New
#a.animatedmixin definitions - #44: Update mixin
#a.transition - #43: New variable
@o_animateless_classless - #35: New variable
@o_animateless_duration - #34: New variable
@o_animateless_fill - #33: New variable
@o_animateless_prefixed - #31: New import file
_options.less - #23: Optimize
@keyframesto use from/to format - #19: Move animation mixins to
#anamespace - #18: Compiled CSS animation classes require "animated" class
- #17: Rename
#transitionto#a.transition - #16: Rename
#transform-originto#a.transform-origin - #15: Rename
#timingto#a.timing - #14: Rename
#iterateto #a.iterate` - #13: Rename
#durationto#a.duration - #12: Rename
#delayto#a.delay - #11: Rename
#backface-visibilityto#a.backface-visibility - #10: Rename
#vendorto#a.vendor - #9: Rename
#animation-timing-functionto#a.timing - #8: Rename
animate-nc.lessto_mixins.less - #7: Rename
#doKeyFramesto#a.keyframes