Gathering detailed insights and metrics for scrollmagic-plugins
Gathering detailed insights and metrics for scrollmagic-plugins
Gathering detailed insights and metrics for scrollmagic-plugins
Gathering detailed insights and metrics for scrollmagic-plugins
npm install scrollmagic-plugins
Typescript
Module System
Node Version
NPM Version
JavaScript (100%)
Total Downloads
217,482
Last Day
155
Last Week
1,145
Last Month
5,583
Last Year
59,675
MIT License
3 Stars
12 Commits
1 Forks
2 Watchers
1 Branches
1 Contributors
Updated on Nov 20, 2022
Minified
Minified + Gzipped
Latest Version
1.0.8
Package Id
scrollmagic-plugins@1.0.8
Unpacked Size
47.34 kB
Size
12.05 kB
File Count
8
NPM Version
6.10.2
Node Version
12.9.0
Cumulative downloads
Total Downloads
No dependencies detected.
npm install --save scrollmagic-plugins
or
yarn add scrollmagic-plugins
1import * as ScrollMagic from "scrollmagic";
2import { ScrollMagicPluginIndicator} from "scrollmagic-plugins";
3
4ScrollMagicPluginIndicator(ScrollMagic);
5
6const controller = new ScrollMagic.Controller();
7
8new ScrollMagic.Scene({ triggerElement: "#my-trigger" })
9 .addIndicators({ name: "My Indicator" })
10 .setClassToggle("#my-trigger", "hidden")
11 .addTo(controller);
1import * as ScrollMagic from "scrollmagic"; 2import { TweenMax, TimelineMax } from "gsap"; 3import { ScrollMagicPluginGsap } from "scrollmagic-plugins"; 4 5ScrollMagicPluginGsap(ScrollMagic, TweenMax, TimelineMax); 6 7const controller = new ScrollMagic.Controller(); 8 9new ScrollMagic.Scene({ triggerElement: "#my-trigger" }) 10 .setTween("#my-trigger", 0.5, { opacity: 0 }) 11 .addTo(controller);
1import * as ScrollMagic from "scrollmagic"; 2import Velocity from "velocity-animate"; 3import { ScrollMagicPluginVelocity } from "scrollmagic-plugins"; 4 5ScrollMagicPluginGsap(ScrollMagic, Velocity); 6 7const controller = new ScrollMagic.Controller(); 8 9new ScrollMagic.Scene({ triggerElement: "#my-trigger" }) 10 .setVelocity("#my-trigger", { opacity: 0 }, { duration: 500 }) 11 .addTo(controller);
1import * as ScrollMagic from "scrollmagic"; 2import $ from "jquery"; 3import { ScrollMagicPluginJQuery} from "scrollmagic-plugins"; 4 5ScrollMagicPluginJQuery(ScrollMagic, $); 6 7const controller = new ScrollMagic.Controller(); 8 9new ScrollMagic.Scene({ triggerElement: $("#my-trigger") }) 10 .setClassToggle($("#my-trigger"), "hidden") 11 .addTo(controller);
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
0 existing vulnerabilities detected
Reason
license file detected
Details
Reason
Found 0/12 approved changesets -- score normalized to 0
Reason
no SAST tool detected
Details
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
branch protection not enabled on development/release branches
Details
Score
Last Scanned on 2025-05-05
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn MoreLast Day
19.2%
155
Compared to previous day
Last Week
16.5%
1,145
Compared to previous week
Last Month
21%
5,583
Compared to previous month
Last Year
-45.5%
59,675
Compared to previous year