Socket
Socket
Sign inDemoInstall

laxe

Package Overview
Dependencies
0
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    laxe

A simple, and easy to use, parallax library for any website


Version published
Weekly downloads
3
Maintainers
1
Install size
383 kB
Created
Weekly downloads
 

Readme

Source

Laxe

What

Laxe is a simple to use library for any website, using js! It does what it does and nothing more. The one concern of Laxe is, parallaxify a website! Yes, any website, even yours!

It's as simple as adding one line of code, which is exactly what you're going to have to do, but more about that in the next section.

How

  • First, npm this module using: npm i -S laxe. Easy, right? Well, now for the hardest part.

  • Add a couple of classes, e.g. laxe, to some of your elements on the desired website. Remember the name!

  • Lastly, Add this line const laxers = new Laxe('.laxe'), remember to use the class you added earlier. And bam! Done! Easy right?

Well, that was boring, how a bout some customization?

Just as easy as step two. Add some data-attributes. You can use

  • data-speed: any number, decimal or not.
  • data-axis: can be x, y or anything else for both.

Doot. That's it!

Why

Just because the interwebs needs more libraries.

But

Why isn't this smooth? Well, simply add a transition: left 250ms, right 250ms, figured we shouldn't decide the smoothness for ya!

FAQs

Last updated on 18 Feb 2018

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc