Skip to content

felipemarcos/cabelo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cabelo (WIP)

Parallax scrolling animation library

Cabelo allows you to animate any css property based on the scroll position.

Install

$ npm install cabelo

Usage

const cabelo = require('cabelo');

const tl = cabelo();

tl
  .add({
    targets: '.box',
    duration: [0, 1000],
    y: [-1000, 0]
  })
  .init();

API

Soon

License

MIT © Felipe Marcos

About

Parallax scrolling animation library

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published