UNPKG

paraview-lite

Version:

Lite ParaView client for Scientific Visualization on the Web

18 lines (14 loc) 273 B
.container { position: absolute; top: 0; height: 2px; z-index: 10; } .active { composes: container; transition: width 10ms, opacity 250ms ease-in; } .inactive { composes: container; transition: width 250ms cubic-bezier(1,0,1,0), opacity 250ms ease-in; }