Triggerjs Trigger Versions Save

A library for creating scroll-based animation with HTML attributes and CSS variables.

v1.0.8

2 years ago

Features

  • Added tg-bezier
  • Added range support for tg-map

Others

  • Source code refactoring

v1.0.7

2 years ago

Fixed

  • tg-edge="inset" calculation issue

v1.0.6

2 years ago

Updated

  • Greeting example page (index.html)

Fixed

  • Calculation issue when tg-edge="inset"
  • Hooks never called issue #2

v1.0.5

2 years ago

Features Added:

  • Able to config the prefix of tg- attribute, by adding data-trigger-prefix attribute to the body tag.

v1.0.4

2 years ago

Breaking Changes:

  • Renamed tg-project to tg-map for better understanding;
  • Renamed tg-only to tg-filter for better understanding;

Features Added:

  • Added tg-edge directive, possible values: cover and edge;
  • Added tg-follow and tg-ref directive;
  • Added two modes for tg-filter: retain and exact;
  • Able to define placeholder name for tg-name using _;

v1.0.3

2 years ago