UNPKG

@kiwicom/orbit-components

Version:

Orbit-components is a React component library which provides developers with the easiest possible way of building Kiwi.com’s products.

7 lines (5 loc) 265 B
import { keyframes } from "styled-components"; var toggleDown = function toggleDown(contentHeight) { return keyframes(["0%{max-height:0;opacity:0;overflow:hidden}100%{max-height:", "px;opacity:1;overflow:visible}"], contentHeight); }; export default toggleDown;