Skip to content

Releases: iDev-Games/Trig-JS

v2.0.2

07 Apr 21:36
Compare
Choose a tag to compare

Fixed the responsiveness of scroll direction.

v2.0.0

06 Apr 22:24
Compare
Choose a tag to compare

Creates a class of "trig-scroll-up" or "trig-scroll-down" onto the body of the document depending on the last scroll direction.

v1.9.1

04 Apr 21:45
Compare
Choose a tag to compare

Refactoring and slight optimisations.

v1.9.0

04 Apr 20:42
Compare
Choose a tag to compare

Reintroduced data-trig-height="0" and restructured for better compression.

v1.8.0

03 Apr 20:55
Compare
Choose a tag to compare

You can now use data-trig-global="true" to create global CSS variables for an element using the id for the variables (i.e --trig-yourelementid). There was an issue with element heights which is now fixed. This allows for progress bars like this to work.

v1.7.3

30 Mar 17:14
Compare
Choose a tag to compare

More refactoring.

v1.7.2

29 Mar 21:44
Compare
Choose a tag to compare

A little more refactoring.

v1.7.1

29 Mar 20:51
62cbdc7
Compare
Choose a tag to compare

Refactoring of script for code quality.

v1.7.0

27 Mar 20:34
Compare
Choose a tag to compare

Reduced reflows to only when Trig.js starts and when the browser is resized.

v1.6.0

26 Mar 21:00
Compare
Choose a tag to compare

Enable Trig.js by adding a class instead of a data attribute.