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
<img src="https://s3.amazonaws.com/spec-imagehosting/spectator-logo.png" width="180"/><br/> <a href="https://www.columbiaspectator.com/eye-lead/graduate-sex-diversity"><i>Sex Diversity Among Grad <br/> Students is Stagnating</i></a> <br/> by Jason Kao
39
+
<a href="http://graphicsdesk.github.io/"><img src="https://s3.amazonaws.com/spec-imagehosting/spectator-logo.png" width="180"/></a><br/> <a href="https://www.columbiaspectator.com/eye-lead/graduate-sex-diversity"><i>Sex Diversity Among Grad <br/> Students is Stagnating</i></a> <br/> by Jason Kao
@@ -180,12 +180,6 @@ These are the props you can set on the `Step` component:
180
180
181
181
You will also probably want to set a `key` prop on each `Step` if you're transforming an array of data into a list of `Step` elements (see [Lists and Keys](https://reactjs.org/docs/lists-and-keys.html)).
182
182
183
-
## Features roadmap
184
-
185
-
* Being able to use pixels instead of percent for offset value so stuff on mobile doesn't jump around on scroll direction change
186
-
* Currently, there is no way to throttle/customize React Scrollama's [resize listener](https://github.com/jsonkao/react-scrollama/blob/master/src/Scrollama.js#L104) 😢. We're working on this in [#44](https://github.com/jsonkao/react-scrollama/issues/44).
187
-
* Fire previous step triggers if they were jumped
188
-
189
183
## Contributors
190
184
191
185
*[jsonkao](https://github.com/jsonkao)
@@ -204,6 +198,12 @@ You will also probably want to set a `key` prop on each `Step` if you're transfo
204
198
*[danieleguido](https://github.com/danieleguido)
205
199
*[Lane](https://github.com/Lane)
206
200
201
+
## Features roadmap
202
+
203
+
* Being able to use pixels instead of percent for offset value so stuff on mobile doesn't jump around on scroll direction change
204
+
* Currently, there is no way to throttle/customize React Scrollama's [resize listener](https://github.com/jsonkao/react-scrollama/blob/master/src/Scrollama.js#L104) 😢. We're working on this in [#44](https://github.com/jsonkao/react-scrollama/issues/44).
0 commit comments