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.

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