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.

3 lines 196 B
import { keyframes } from "styled-components"; const toggleUp = contentHeight => keyframes(["0%{max-height:", "px;opacity:1}100%{max-height:0;opacity:0}"], contentHeight); export default toggleUp;