From 10321af8c8ea9efa8b041200908f8c2c4d115fa7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pete=20Nyk=C3=A4nen?= Date: Thu, 2 May 2019 15:28:06 +0300 Subject: [PATCH] Fix links to transitions.css in the demo --- packages/demo/src/Demo.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.