Skip to content

Commit 319f10b

Browse files
Update README.md
1 parent 0691d29 commit 319f10b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
# React Scrollama
1+
# React Scrollama 🦙
22

33
<p align="left">
44
<a href="https://www.npmjs.com/package/react-scrollama">
55
<img src="https://img.shields.io/npm/v/react-scrollama.svg" alt="npm version"/>
66
</a>
77
</p>
88

9-
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).
1010

11-
Some examples:
11+
A few examples of ambitious interactive stories that were built with React Scrollama…
1212
<table>
1313
<tbody>
1414
<tr>
@@ -51,7 +51,7 @@ Some examples:
5151

5252
## Demo
5353

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).
5555

5656
<table>
5757
<tr>

0 commit comments

Comments
 (0)