Security News
CISA Brings KEV Data to GitHub
CISA's KEV data is now on GitHub, offering easier access, API integration, commit history tracking, and automated updates for security teams and researchers.
ngx-simple-parallax-js
Advanced tools
![NgxSimpleParallaxJs logo](https://github.com/gesielrosa/ngx-simple-parallax-js/tree/main/projects/ngx-simple-parallax-js/logo.png)
SimpleParallax.js wrapper for Angular
The ngx-simple-parallax-js can be installed with npm:
npm install ngx-simple-parallax-js simple-parallax-js@^5.6.2
Then, import NgxSimpleParallaxJsModule into a module of your Angular app.
import { NgxSimpleParallaxJsModule } from 'ngx-simple-parallax-js';
@NgModule({
declarations: [],
imports: [
NgxSimpleParallaxJsModule
]
exports: []
})
export class YourModule {
}
In images:
<img parallax class="thumbnail" src="image.jpg" alt="image">
In videos:
<video parallax>
<source src="video.mp4" type="video/mp4">
</video>
With configs:
<img parallax [parallaxConfig]="parallaxConfig" src="image.jpg" alt="image">
Complete documentation for simpleParallax.js
: Official docs
FAQs
![NgxSimpleParallaxJs logo](https://github.com/gesielrosa/ngx-simple-parallax-js/tree/main/projects/ngx-simple-parallax-js/logo.png)
The npm package ngx-simple-parallax-js receives a total of 31 weekly downloads. As such, ngx-simple-parallax-js popularity was classified as not popular.
We found that ngx-simple-parallax-js 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
CISA's KEV data is now on GitHub, offering easier access, API integration, commit history tracking, and automated updates for security teams and researchers.
Security News
Opengrep forks Semgrep to preserve open source SAST in response to controversial licensing changes.
Security News
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.