openapi-explorer
Version:
OpenAPI Explorer - API viewer with dynamically generated components, documentation, and interaction console
6 lines (5 loc) • 466 B
JavaScript
;
exports.__esModule = true;
exports.default = void 0;
var _lit = require("lit");
var _default = exports.default = (0, _lit.css)`@keyframes spin{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}@keyframes expand-height{0%{max-height:0;opacity:0}50%{max-height:100px;opacity:100%}100%{max-height:100lvh}}@keyframes collapse-height{0%{max-height:500lvh;opacity:100%}5%{max-height:50lvh}40%{max-height:100px;opacity:25%}100%{max-height:0;opacity:0}}`;