Security News
pnpm 10.0.0 Blocks Lifecycle Scripts by Default
pnpm 10 blocks lifecycle scripts by default to improve security, addressing supply chain attack risks but sparking debate over compatibility and workflow changes.
animate-overflow-scroll-to
Advanced tools
Smooth element (overflow: scroll) / window to position with requestAnimationFrame
Smooth element / window scroll to position with requestAnimationFrame
and Tween.
This is a fork of scroll-to
This fork expands the API by enabling animated / smooth scrolling for any element that has scrollTop
/ scrollLeft
and overflow: scroll
enabled.
$ npm i animate-overflow-scroll
Scroll a domNode
to the given point x, y
with the given options
:
ease
easing function defaulting to "out-circ" (view ease for more)duration
animation duration defaulting to 1000
var scrollTo = require('animate-overflow-scroll-to');
// scrollDiv should have overflow: scroll set in its style
var scrollDiv = document.getElementById('scrollDiv')
scrollTo(scrollDiv, 500, 1200, {
ease: 'out-bounce',
duration: 1500
});
To run the example.html
file, you need to install component
to build the bundle.
component
is outdated, but PRs are welcomed to switch the build to something else like browserify
or webpack
.
$ npm i
$ npm install -g component
$ component build
MIT
FAQs
Smooth element (overflow: scroll) to position with requestAnimationFrame
The npm package animate-overflow-scroll-to receives a total of 6 weekly downloads. As such, animate-overflow-scroll-to popularity was classified as not popular.
We found that animate-overflow-scroll-to demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
pnpm 10 blocks lifecycle scripts by default to improve security, addressing supply chain attack risks but sparking debate over compatibility and workflow changes.
Product
Socket now supports uv.lock files to ensure consistent, secure dependency resolution for Python projects and enhance supply chain security.
Research
Security News
Socket researchers have discovered multiple malicious npm packages targeting Solana private keys, abusing Gmail to exfiltrate the data and drain Solana wallets.