UNPKG

@quasar/extras

Version:

Quasar Framework fonts, icons and animations

17 lines (14 loc) 245 B
@keyframes rotateOut { from { transform-origin: center; opacity: 1; } to { transform-origin: center; transform: rotate3d(0, 0, 1, 200deg); opacity: 0; } } .rotateOut { animation-name: rotateOut; }