@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.
15 lines (11 loc) • 430 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var _styledComponents = require("styled-components");
var toggleDown = function toggleDown(contentHeight) {
return (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;