You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
React Scrollama is a simple library for scrollytelling in React, utilizing the IntersectionObserver. It's adapted from [Russel Samora's](https://russellsamora.github.io/)[Scrollama](https://github.com/russellgoldenberg/scrollama).
9
+
React Scrollama is a simple and silky library for scrollytelling. It relies on IntersectionObserver and sticky positioning over scroll listeners. It is originally adapted from [Russel Samora's](https://russellsamora.github.io/)[Scrollama](https://github.com/russellgoldenberg/scrollama).
10
10
11
-
Some examples:
11
+
A few examples of ambitious interactive stories that were built with React Scrollama…
12
12
<table>
13
13
<tbody>
14
14
<tr>
@@ -51,7 +51,7 @@ Some examples:
51
51
52
52
## Demo
53
53
54
-
A live demo [lives here](https://jsonkao.github.io/react-scrollama), presented at [ReactNYC](https://www.youtube.com/watch?v=zR_LDPLMUvE).
54
+
A live demo [lives here](https://jsonkao.github.io/react-scrollama). It was debu'd at the [August 2018 ReactNYC meetup](https://www.youtube.com/watch?v=zR_LDPLMUvE).
0 commit comments