Skip to content

v1.0.0

Compare
Choose a tag to compare
@robertcorponoi robertcorponoi released this 02 Oct 00:04
· 2 commits to master since this release
ebdc8b7
  • Exported all parts of the package individually so you can use just what you need.
  • Detached containier from app so that any container can be used for any effect.
  • Removed easing functions to offer greater flexability and smaller file sizes. A linear ease is used by default and any easing function can be passed in to effects that can be eased.
  • Change file names from PascalCase to snake_case.
  • Removed all default exports and made them all named.