File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -54,6 +54,7 @@ const fadeIn: CSSTransitionProps = {
54
54
} ,
55
55
} ;
56
56
57
+ const codePenURL = "http://codepen.io/wikiwi/pen/MJQWYY?editors=0010" ;
57
58
const newSpecURL = "https://drafts.csswg.org/css-transitions-2/#dom-transitionevent-transitionstart" ;
58
59
const githubURL = "https://github.com/wikiwi/react-css-transition" ;
59
60
const cssTransitionIssuePostURL = "https://www.smashingmagazine.com/2013/04/css3-transitions-thank-god-specification/" ;
@@ -139,6 +140,9 @@ const App: StatelessComponent<void> = () => (
139
140
< SyntaxHighlighter language = "javascript" >
140
141
{ introSnippet }
141
142
</ SyntaxHighlighter >
143
+ < p >
144
+ < a href = { codePenURL } > Go to CodePen example</ a >
145
+ </ p >
142
146
</ section >
143
147
144
148
< section className = { classes . mainSection } >
You can’t perform that action at this time.
0 commit comments