Skip to content

Commit 0691d29

Browse files
add contributors
1 parent d453e7d commit 0691d29

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Some examples:
1313
<tbody>
1414
<tr>
1515
<td>
16-
<a href="https://www.worldbank.org/en/home"><img src="https://datatopics.worldbank.org/sdgatlas/static/media/world-bank-group.b88da1c7.png" width="220"/></a> <br/>
16+
<a href="https://www.worldbank.org/en/home"><img src="https://www.worldbank.org/content/dam/wbr/logo/logo-wb-header-en.svg" width="220"/></a> <br/>
1717
<a href="https://datatopics.worldbank.org/sdgatlas/">17 interactive visualization <br/>
1818
stories</a> <a href="https://twitter.com/maartenzam/status/1371951848039579664">using</a> React Scrollama <br/>
1919
for scrollytelling
@@ -71,8 +71,6 @@ React Scrollama can be installed as an [npm package](https://www.npmjs.com/packa
7171
$ npm install react-scrollama
7272
```
7373

74-
**Note: Version 2.2.0 removed the [IntersectionObserver polyfill](https://www.npmjs.com/package/intersection-observer) from the build. If you want [cross-browser support](https://caniuse.com/#feat=intersectionobserver), you should include it yourself.**
75-
7674
## Usage
7775

7876
A `Scrollama` component wraps a set of steps. Each `Step` component [must](https://github.com/jsonkao/react-scrollama/issues/19#issuecomment-624861326) wrap a DOM element (i.e. not just text).
@@ -204,6 +202,9 @@ You will also probably want to set a `key` prop on each `Step` if you're transfo
204202
* [danieleguido](https://github.com/danieleguido)
205203
* [Lane](https://github.com/Lane)
206204
* [jkjustjoshing](https://github.com/jkjustjoshing)
205+
* [tuckergordon](https://github.com/tuckergordon)
206+
* [fschwander](https://github.com/fschwander)
207+
* [thisispaul](https://github.com/thisispaul)
207208

208209
## Features roadmap
209210

0 commit comments

Comments
 (0)