From 1b5a9f11f26358932f34183c59367a0a7ab0db7e Mon Sep 17 00:00:00 2001 From: dev Date: Sun, 9 Mar 2025 21:13:34 +0000 Subject: [PATCH 1/2] v4.0 - Configurable predefined scroll animations --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 94f96f9..f373859 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,8 @@ See it in action here: https://idev-games.github.io/Trig-JS/ Find more examples here: https://github.com/iDev-Games/Trig-JS-Examples +Trig-Animations.css documentation can be found here: https://idev-games.github.io/Trig-JS/animations.html + You can download from Github. Install with NPM @@ -49,6 +51,10 @@ Trig.js is really simple and quick to work with. You can use Trig.js even if you Trig.js is the perfect solution for CSS scroll animations in any project by developers of any skill level for both light or heavy usage. Making it the perfect alternative to libraries like scrollmagic or GSAP scrolltrigger for most of your website animation needs. +# Trig-Animations.css +Configurable predefined scroll animations for your projects +https://idev-games.github.io/Trig-JS/animations.html + # How To Install? All you need to do is add the dist trig.js file into your projects JS folder and add the following code with your trig.js location as the src. Put this code in to your head HTML tags From 31726f2f520e43b756189aa4bf00b232304df076 Mon Sep 17 00:00:00 2001 From: "Libs.tech" Date: Wed, 26 Mar 2025 03:10:13 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=F0=9F=8F=86=20Add=20a=20Recommendation=20B?= =?UTF-8?q?adge=20from=20libs.tech?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f373859..00bdb1e 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,7 @@ [![Maintainability](https://api.codeclimate.com/v1/badges/0d58ec40b6b2e8231b19/maintainability)](https://codeclimate.com/github/iDev-Games/Trig-JS/maintainability) ![npm](https://img.shields.io/npm/dt/trig-js?logo=NPM) ![npm](https://img.shields.io/npm/dw/trig-js?logo=NPM) ![npm](https://img.shields.io/npm/dm/trig-js?logo=NPM) ![npm](https://img.shields.io/npm/dy/trig-js?logo=NPM) ![jsDelivr hits (npm)](https://img.shields.io/jsdelivr/npm/hm/trig-js) +[![libs.tech recommends](https://libs.tech/project/615432200/badge.svg)](https://libs.tech/project/615432200/trig-js) Trig.js makes it easy to create custom CSS scroll animations, while trig-animations.css provides a library of predefined animations out of the box for effortless animation. Whether you want full control or a quick setup, Trig.js has your AOS (animate on scroll) needs covered. Perfect for sites that tell a story.