Comparing version 3.0.3 to 3.0.4
@@ -9,3 +9,3 @@ export = scrollama; | ||
export type ScrollamaOptions = { | ||
step: HTMLElement[] | string; | ||
step: NodeList | HTMLElement[] | string; | ||
progress?: boolean; | ||
@@ -12,0 +12,0 @@ offset?: DecimalType; |
{ | ||
"name": "scrollama", | ||
"version": "3.0.3", | ||
"version": "3.0.4", | ||
"description": "Lightweight scrollytelling library using IntersectionObserver", | ||
@@ -5,0 +5,0 @@ "main": "build/scrollama.js", |
@@ -6,3 +6,3 @@ <img src="https://russellgoldenberg.github.io/scrollama/logo.png" width="160" alt="scrollama.js"/> | ||
[IntersectionObserver](https://developer.mozilla.org/en-US/docs/Web/API/Intersection_Observer_API) | ||
in favor of scroll events. *Current version: 3.0.2* | ||
in favor of scroll events. *Current version: 3.0.3* | ||
@@ -250,2 +250,3 @@ ## 3.0 | ||
- [emma-k-alexandra](https://github.com/emma-k-alexandra) | ||
- [noslouch](https://github.com/noslouch) | ||
@@ -252,0 +253,0 @@ ## License |
360085
273