diff --git a/packages/demo/src/Demo.js b/packages/demo/src/Demo.js index 7257735..5aed325 100644 --- a/packages/demo/src/Demo.js +++ b/packages/demo/src/Demo.js @@ -104,7 +104,7 @@ class Demo extends React.Component {

The slide animation is realised with a 2D CSS transform. View the{' '} - + CSS source . To ensure the entering/leaving images are properly hidden the carousel width can be @@ -134,7 +134,7 @@ class Demo extends React.Component { with no children) which will animate the height going to zero along with the leave transition. A single child can subsequently be added again, triggering the inverse animation. View the{' '} - + CSS source {' '} of the `roll-up` transition.