• Robert Knight's avatar
    Add Slider component for animated slide-in transitions · 8273a9ec
    Robert Knight authored
    This transition is not as simple as applying a CSS transition
    property to an element since browsers do not support animating `width`
    / `height` from 0px to "auto" to fit the content. Therefore add a
    component to handle the steps in the transition.
    8273a9ec
slider-test.js 2.62 KB