Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ngx-simple-parallax-js

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ngx-simple-parallax-js - npm Package Compare versions

Comparing version 0.0.9 to 0.0.10-dev.0

23

package.json
{
"name": "ngx-simple-parallax-js",
"version": "0.0.9",
"author": "Gesiel Rosa <me@gesiel.com> (https://github.com/gesielrosa/)",
"description": "This library allows you to use simpleParallax.js in Angular easily.",
"homepage": "https://gesiel.com/gesielrosa-libs/projects/ngx-simple-parallax-js/",
"repository": "https://github.com/gesielrosa/gesielrosa-libs/tree/main/projects/ngx-simple-parallax-js",
"keywords": [
"angular",
"parallax",
"simplePARALLAX.js",
"directive",
"javascript",
"image",
"video",
"scroll"
],
"version": "0.0.10-dev.0",
"peerDependencies": {
"@angular/common": ">=13.0.0",
"@angular/core": ">=13.0.0"
"@angular/core": ">=13.0.0",
"simple-parallax-js": "^5.6.2"
},
"dependencies": {
"tslib": "^2.3.0",
"simple-parallax-js": "^5.6.2"
"tslib": "^2.3.0"
},
"license": "MIT",
"module": "fesm2015/ngx-simple-parallax-js.mjs",

@@ -28,0 +13,0 @@ "es2020": "fesm2020/ngx-simple-parallax-js.mjs",

32

README.md

@@ -1,10 +0,8 @@

![NgxSimpleParallaxJs logo](https://gesiel.com/gesielrosa-libs/projects/ngx-simple-parallax-js/logo.png)
![NgxSimpleParallaxJs logo](https://github.com/gesielrosa/ngx-simple-parallax-js/tree/main/projects/ngx-simple-parallax-js/logo.png)
[![npm version](https://badge.fury.io/js/ngx-simple-parallax-js.svg)](https://www.npmjs.com/package/ngx-simple-parallax-js)
# NgxSimpleParallaxJs
This library allows you to use simpleParallax.js in Angular easily.
[SimpleParallax.js](https://github.com/geosigno/simpleParallax.js) wrapper for Angular
### [simpleParallax.js](https://github.com/geosigno/simpleParallax.js)
[![npm version](https://badge.fury.io/js/ngx-simple-parallax-js.svg)](https://www.npmjs.com/package/ngx-simple-parallax-js)

@@ -15,15 +13,11 @@ ## Installation

### Install dependencies
### Install
The ngx-simple-parallax-js can be installed with npm:
`npm install ngx-simple-parallax-js@0.0.9 simple-parallax-js@^5.6.2`
`npm install ngx-simple-parallax-js simple-parallax-js@^5.6.2`
<hr>
### Import `NgxSimpleParallaxJsModule`
Then, import NgxSimpleParallaxJsModule into a module of your Angular app.
```
```ts
import { NgxSimpleParallaxJsModule } from 'ngx-simple-parallax-js';

@@ -46,3 +40,3 @@

```
```html
<img parallax class="thumbnail" src="image.jpg" alt="image">

@@ -53,3 +47,3 @@ ```

```
```html
<video parallax>

@@ -60,12 +54,8 @@ <source src="video.mp4" type="video/mp4">

With settings:
With configs:
```html
<img parallax [parallaxConfig]="parallaxConfig" src="image.jpg" alt="image">
```
<img parallax [parallaxConfig]="parallaxConfig" class="thumbnail" src="image.jpg" alt="image">
```
Complete documentation for `simpleParallax.js`: [Official docs](https://github.com/geosigno/simpleParallax.js#readme)
<hr>
### [`@gesielrosa`](https://github.com/gesielrosa)

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc