New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

laxe

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

laxe

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

  • 0.0.3
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
3
increased by200%
Maintainers
1
Weekly downloads
 
Created
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

Package last updated on 18 Feb 2018

Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc