UNPKG

openapi-explorer

Version:

OpenAPI Explorer - API viewer with dynamically generated components, documentation, and interaction console

2 lines 370 B
import { css } from 'lit'; export default 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}}`;