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) 226 B
import { keyframes } from "styled-components"; var toggleUp = function toggleUp(contentHeight) { return keyframes(["0%{max-height:", "px;opacity:1}100%{max-height:0;opacity:0}"], contentHeight); }; export default toggleUp;