tuesday

A quirky CSS Animation Library by Shakr

MIT License

Downloads
179
Stars
457

Bot releases are visible (Hide)

tuesday - v1.2.3 Release Latest Release

Published by zvuc over 5 years ago

Fixes incorrect relative path for importing modules.

tuesday - v1.2.2 Release

Published by zvuc over 5 years ago

This release is comprised mostly of refactors of code to optimize for advanced imports.

  1. Adds new keyframes files that only include the keyframes and animation names as mixins. This can be useful when trying to import individual animations and keyframes only when needed.
  2. Refactors module files to import keyframe files instead of inlining directly. Compiled result will be the same so no risk of breaking backward compatibility.
  3. Removes .animated.infinite class because Tuesday does not serve any infinite-looping type animations.

Dropping support for legacy webkit browsers:
Starting from this version, the default pre-built CSS file does not include -webkit- prefixed keyframes and properties anymore. If you need support for older browsers (~Chrome 42, Safari 8, Blackberry Browser 10... See CanIUse for detailed browser chart) change the autoprefixer settings in gruntfile.js (the part where it says browser: ["last 3 versions", "ie 10"]) and build again.

tuesday - v1.2.1

Published by zvuc over 5 years ago

--

tuesday - v1.2.0

Published by zvuc over 5 years ago

(Please see the v1.2.1 Release notes.)

tuesday - v1.1.0 Release

Published by zvuc over 8 years ago

Changelog

  1. Adds 2 new animations: "Stamp", "Plop".
  2. Existing "Zoom" animation name has been changed to "Expand" and "Shrink" accordingly to better represent the actual motion. If you have used tdZoom animation names in your project, you will have to replace the names as below:
Before After
tdZoomIn tdExpandIn
tdZoomInBounce tdExpandInBounce
tdZoomOut tdShrinkOut
tdZoomOutBounce tdShrinkOutBounce

Additionally, appropriate entrance/exit animation pairs have been added. (tdExpandOut,tdExpandOutBounce,tdShrinkIn,tdShrinkInBounce)

tuesday - Initial release

Published by zvuc about 9 years ago

Initial release.