UNPKG
@nomios/web-uikit
Version:
latest (0.2.7)
0.2.7
0.2.6
0.2.5
0.2.4
0.2.3
0.2.2
0.2.1
0.2.0
0.1.1
0.1.0
Nomios' living web UIKit
github.com/ipfs-shipyard/nomios-web-uikit
ipfs-shipyard/nomios-web-uikit
@nomios/web-uikit
/
dist
/
components
/
button
/
ProgressBar.css
9 lines
(8 loc)
•
200 B
CSS
View Raw
1
2
3
4
5
6
7
8
9
.progressBar
{
min-width
:
1px
;
min-height
:
1px
;
transform
:
scaleY
(
0
);
transform-origin
:
50%
100%
;
pointer-events
: none;
transition
: transform
0.2s
linear, opacity
0.2s
ease; }