Skip to content

Latest commit

 

History

History
37 lines (21 loc) · 904 Bytes

CHANGELOG.md

File metadata and controls

37 lines (21 loc) · 904 Bytes

changelog

0.4.3

  • Fix Firefox SVG bug

0.4.2

  • Account for offsetParent margin

0.4.1

  • Tidy up npm package

0.4.0

  • Renamed! mogrify is now ramjet
  • Using position: absolute instead of fixed, so scrolling doesn't mess things up
  • Added a default duration
  • Added a demo page

0.3.2

  • Use camel-cased style properties (animationName instead of animation-name), for the benefit of older Firefox

0.3.1

  • Add mogrify.show() and mogrify.hide() convenience methods

0.3.0

  • If possible, and options.useTimer is not used, mogrify will use precomputed CSS keyframes to move the work off the main thread. This results in a vastly smoother experience on mobile (and desktop in some cases), at the cost of a slight loss in visual fidelity (which is barely noticeable for animations less than ~500ms)

0.2.0

  • Rewrote as ES6 modules
  • Started maintaining a changelog