File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ class Demo extends React.Component {
104
104
< h3 id = "carousel-swap" > Carousel transition</ h3 >
105
105
< p >
106
106
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" >
108
108
CSS source
109
109
</ a >
110
110
. To ensure the entering/leaving images are properly hidden the carousel width can be
@@ -134,7 +134,7 @@ class Demo extends React.Component {
134
134
with no children) which will animate the < code > height</ code > going to zero along with
135
135
the < code > leave</ code > transition. A single child can subsequently be added again,
136
136
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" >
138
138
CSS source
139
139
</ a > { ' ' }
140
140
of the `roll-up` transition.
You can’t perform that action at this time.
0 commit comments