![Create React App Officially Deprecated Amid React 19 Compatibility Issues](https://cdn.sanity.io/images/cgdhsj6q/production/04fa08cf844d798abc0e1a6391c129363cc7e2ab-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Create React App Officially Deprecated Amid React 19 Compatibility Issues
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
video-scroller
Advanced tools
Video scrubbing on scroll with easing using no dependencies.
http://finnursig.github.io/VideoScroller
npm install video-scroller
Normal use:
<video src="video.mp4">
Using XHR to blob for performance
<video data-src="video.mp4">
new VideoScroller({
el: document.getElementById('myVideoElement')
});
Property | Type | Text | Default |
---|---|---|---|
el | element | video element | |
invert | bool | reverses playback directions / scroll direction | false |
scrollTimeout | number | how often new position is calculated when scrolling in milliseconds | 300 |
easingFunction | string / function | custom easing function, using only one parameter [0-1] and returning [0-1] | easeOutQuint |
See [EasingFunctions.js] (https://github.com/finnursig/VideoScroller/blob/master/src/EasingFunctions.js)
To get the video to scroll smoothly it has to have a generous number of keyframes, here is how you would do that using ffmpeg
ffmpeg -i input.mp4 -g 10 output.mp4
FAQs
Scrubbs html5 video based on scroll position with easing
The npm package video-scroller receives a total of 122 weekly downloads. As such, video-scroller popularity was classified as not popular.
We found that video-scroller 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
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.