diff --git a/src/animation.js b/src/animation.js index f173867..340057f 100644 --- a/src/animation.js +++ b/src/animation.js @@ -44,23 +44,18 @@ function GrowHeight() { ); } +// .. + function SwitchLines({ filterExit, filterEnter }) { return ( - - - - - - + + + - - - - - - + + - + ); }