UNPKG

@plangrid/structure

Version:
27 lines (22 loc) 713 B
.anim-initial { animation-fill-mode: none; animation-iteration-count: 1; animation-name: none; animation-delay: 0s; animation-direction: normal; animation-duration: 0s; animation-timing-function: ease; animation-play-state: running; } .anim-reverse { animation-direction: reverse } .anim-seed { animation-fill-mode: backwards } .anim-stay { animation-fill-mode: forwards } .anim-fill { animation-fill-mode: both } .anim-paused { animation-play-state: paused } .anim-infinite { animation-iteration-count: infinite } .keyspeeds-spin { animation-duration: 1800ms } .keyframes-spin { animation-name: spin } @keyframes spin { from { transform: rotate(0deg) } to { transform: rotate(360deg) } }