Skip to content

Commit ce3ca0b

Browse files
update urls
1 parent f64b5ed commit ce3ca0b

File tree

5 files changed

+11
-29
lines changed

5 files changed

+11
-29
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2020 Jason Kao
3+
Copyright (c) 2020
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ A few examples of ambitious interactive stories that were built with React Scrol
4444

4545
## Demo
4646

47-
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).
47+
A live demo [lives here](https://squirrelsquirrel78.github.io/react-scrollama). It was debu'd at the [August 2018 ReactNYC meetup](https://www.youtube.com/watch?v=zR_LDPLMUvE).
4848

4949
<table>
5050
<tr>
@@ -67,7 +67,7 @@ $ npm install react-scrollama
6767

6868
## Usage
6969

70-
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).
70+
A `Scrollama` component wraps a set of steps. Each `Step` component [must](https://github.com/squirrelsquirrel78/react-scrollama/issues/19#issuecomment-624861326) wrap a DOM element (i.e. not just text).
7171

7272
```jsx
7373
<Scrollama onStepEnter={callback} offset={0.5}>
@@ -168,7 +168,7 @@ To create a fixed graphic with text scrolling beside/over it, use `position: sti
168168

169169
### `Step`
170170

171-
A `Step` element can contain one child, which must be a DOM element. To use a React component as the child node, it [must be wrapped with a DOM element](https://github.com/jsonkao/react-scrollama/issues/19#issuecomment-624861326) like `<div>`.
171+
A `Step` element can contain one child, which must be a DOM element. To use a React component as the child node, it [must be wrapped with a DOM element](https://github.com/squirrelsquirrel78/react-scrollama/issues/19#issuecomment-624861326) like `<div>`.
172172

173173
These are the props you can set on the `Step` component:
174174

@@ -201,7 +201,7 @@ You will also probably want to set a `key` prop on each `Step` if you're transfo
201201

202202
## Features roadmap
203203

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).
204+
- Currently, there is no way to throttle/customize React Scrollama's [resize listener](https://github.com/squirrelsquirrel78/react-scrollama/blob/master/src/Scrollama.js#L104) 😢. We're working on this in [#44](https://github.com/squirrelsquirrel78/react-scrollama/issues/44).
205205
- Fire previous step triggers if they were jumped
206206

207207
Lmk if you need these features ASAP.

example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-scrollama-example",
3-
"homepage": "https://jsonkao.github.io/react-scrollama",
3+
"homepage": "https://squirrelsquirrel78.github.io/react-scrollama",
44
"version": "0.0.0",
55
"private": true,
66
"license": "MIT",

example/public/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<meta property="og:type" content="website" />
2323
<meta
2424
property="og:url"
25-
content="http://jsonkao.github.io/react-scrollama"
25+
content="http://squirrelsquirrel78.github.io/react-scrollama"
2626
/>
2727
<meta property="og:image" content="https://i.imgur.com/PrAESdH.png" />
2828
<meta

example/src/Demo.jsx

Lines changed: 4 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -155,10 +155,10 @@ class Demo extends PureComponent {
155155
return (
156156
<div>
157157
<div className={classes.navbar}>
158-
<a href="https://github.com/jsonkao/react-scrollama">GitHub</a>
158+
<a href="https://github.com/squirrelsquirrel78/react-scrollama">GitHub</a>
159159
</div>
160160
<p className={classes.pageTitle}>
161-
<a href="https://github.com/jsonkao/react-scrollama">
161+
<a href="https://github.com/squirrelsquirrel78/react-scrollama">
162162
React Scrollama
163163
</a>{' '}
164164
Demo
@@ -173,7 +173,7 @@ class Demo extends PureComponent {
173173

174174
<a
175175
className={classes.button}
176-
href="https://github.com/jsonkao/react-scrollama"
176+
href="https://github.com/squirrelsquirrel78/react-scrollama"
177177
>
178178
Learn and get started
179179
</a>
@@ -273,24 +273,6 @@ class Demo extends PureComponent {
273273
<img src="https://user-images.githubusercontent.com/15334952/111391036-2dfb8800-868a-11eb-9c64-3f322ef1e588.png" />
274274
</a>
275275
</div>
276-
<div>
277-
<a href="http://graphicsdesk.github.io/" rel="nofollow">
278-
<img
279-
src="https://camo.githubusercontent.com/9c8c61dc63925ee922545f0d0468d5d0d25623459d7b46de3dce4cc85a57c98a/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f737065632d696d616765686f7374696e672f737065637461746f722d6c6f676f2e706e67"
280-
width="180"
281-
data-canonical-src="https://s3.amazonaws.com/spec-imagehosting/spectator-logo.png"
282-
style={{ maxWidth: '100%' }}
283-
/>
284-
</a>
285-
<br />{' '}
286-
<a
287-
href="https://www.columbiaspectator.com/eye-lead/graduate-sex-diversity"
288-
rel="nofollow"
289-
>
290-
<i>Sex Diversity Among Grad Students is Stagnating</i>
291-
</a>{' '}
292-
by Jason Kao
293-
</div>
294276
<div>
295277
<a
296278
href="https://www.columbiaspectator.com/eye-lead/graduate-sex-diversity"
@@ -302,7 +284,7 @@ class Demo extends PureComponent {
302284
</div>
303285
<a
304286
className={classes.button}
305-
href="https://github.com/jsonkao/react-scrollama"
287+
href="https://github.com/squirrelsquirrel78/react-scrollama"
306288
>
307289
Learn and get started
308290
</a>

0 commit comments

Comments
 (0)