Skip to content
This repository was archived by the owner on Apr 8, 2020. It is now read-only.

Commit 2eb80cd

Browse files
committed
CodePen example in docs
1 parent bc67849 commit 2eb80cd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/src/app.tsx

+4
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ const fadeIn: CSSTransitionProps = {
5454
},
5555
};
5656

57+
const codePenURL = "http://codepen.io/wikiwi/pen/MJQWYY?editors=0010";
5758
const newSpecURL = "https://drafts.csswg.org/css-transitions-2/#dom-transitionevent-transitionstart";
5859
const githubURL = "https://github.com/wikiwi/react-css-transition";
5960
const cssTransitionIssuePostURL = "https://www.smashingmagazine.com/2013/04/css3-transitions-thank-god-specification/";
@@ -139,6 +140,9 @@ const App: StatelessComponent<void> = () => (
139140
<SyntaxHighlighter language="javascript">
140141
{introSnippet}
141142
</SyntaxHighlighter>
143+
<p>
144+
<a href={codePenURL}>Go to CodePen example</a>
145+
</p>
142146
</section>
143147

144148
<section className={classes.mainSection}>

0 commit comments

Comments
 (0)