Skip to content

Releases: proyecto26/animatable-component

Release 1.1.0

18 Apr 03:09
Compare
Choose a tag to compare

Added

  • Added fromClassName and toClassName props to be applied when the animation starts and ends respectively.
  • Added animations from Animista.
  • Added animatable-cube component for 3D cubes.
  • Adding configuration to create a React specific wrapper for animatable-component.

Release 1.0.2

01 Mar 15:37
0c89066
Compare
Choose a tag to compare

Fixed

  • Fix validation loading easing option (79d9d10).

Release 1.0.1

17 Dec 04:41
4cdf074
Compare
Choose a tag to compare

Fixed

  • Fixed linter and types issues (b06a67a).

Release 1.0.0

23 Nov 06:03
d5b3525
Compare
Choose a tag to compare

Added

  • Added default animations of Animate.css.
  • Added props to create custom animations by using keyFrames.
  • Added GitHub page with Google Analytics to track some events.
  • Added README with instructions to integrate the Web component with any other framework (Angular, React, Vue, etc).