@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) • 363 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var _styledComponents = require("styled-components");
const toggleUp = contentHeight => (0, _styledComponents.keyframes)(["0%{max-height:", "px;opacity:1}100%{max-height:0;opacity:0}"], contentHeight);
var _default = toggleUp;
exports.default = _default;