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.

13 lines (9 loc) 400 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; var _styledComponents = require("styled-components"); const toggleDown = contentHeight => (0, _styledComponents.keyframes)(["0%{max-height:0;opacity:0;overflow:hidden}100%{max-height:", "px;opacity:1;overflow:visible}"], contentHeight); var _default = toggleDown; exports.default = _default;