Skip to content

Commit 10321af

Browse files
authored
Fix links to transitions.css in the demo
1 parent f11b9f5 commit 10321af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/demo/src/Demo.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ class Demo extends React.Component {
104104
<h3 id="carousel-swap">Carousel transition</h3>
105105
<p>
106106
The slide animation is realised with a 2D CSS <code>transform</code>. View the{' '}
107-
<a href="transitions.css" target="_blank">
107+
<a href="https://github.com/marnusw/react-css-transition-replace/blob/master/packages/demo/src/transitions.css" target="_blank">
108108
CSS source
109109
</a>
110110
. To ensure the entering/leaving images are properly hidden the carousel width can be
@@ -134,7 +134,7 @@ class Demo extends React.Component {
134134
with no children) which will animate the <code>height</code> going to zero along with
135135
the <code>leave</code> transition. A single child can subsequently be added again,
136136
triggering the inverse animation. View the{' '}
137-
<a href="transitions.css" target="_blank">
137+
<a href="https://github.com/marnusw/react-css-transition-replace/blob/master/packages/demo/src/transitions.css" target="_blank">
138138
CSS source
139139
</a>{' '}
140140
of the `roll-up` transition.

0 commit comments

Comments
 (0)