Merge pull request #1923 from acid-chicken/master
Animate calender meters
This commit is contained in:
commit
aaf8f09cfd
|
@ -175,6 +175,7 @@ root(isDark)
|
||||||
> .val
|
> .val
|
||||||
height 4px
|
height 4px
|
||||||
background $theme-color
|
background $theme-color
|
||||||
|
transition width .3s cubic-bezier(0.23, 1, 0.32, 1)
|
||||||
|
|
||||||
&:nth-child(1)
|
&:nth-child(1)
|
||||||
> .meter > .val
|
> .meter > .val
|
||||||
|
|
Loading…
Reference in New Issue