Thanks to visit codestin.com
Credit goes to github.com

Skip to content

AlexPsilon/vue-intersection-observer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

vue-intersection-observer


Installation

npm install vue-intersection-observer

or

yarn install vue-intersection-observer

Properties

Property Reqiured Type Default Description
observed No {Boolean} true Enabled/Disabled observation
root No `{HTMLElement String Null}`
rootMargin No {String} '0px 0px 0px 0px' Margin around the root. Can have values similar to the CSS margin property, e.g. "10px 20px 30px 40px" (top, right, bottom, left).
threshold No `{Number Array}` 0

Intersection observer options

Events

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors