Last change
on this file was 59329aa, checked in by Ema <ema_spirova@…>, 3 years ago |
adding photos
|
-
Property mode
set to
100644
|
File size:
307 bytes
|
Rev | Line | |
---|
[59329aa] | 1 | @keyframes dash-frame {
|
---|
| 2 | 100% {
|
---|
| 3 | stroke-dashoffset: 0;
|
---|
| 4 | }
|
---|
| 5 | }
|
---|
| 6 | .p-knob-range {
|
---|
| 7 | fill: none;
|
---|
| 8 | transition: stroke .1s ease-in;
|
---|
| 9 | }
|
---|
| 10 | .p-knob-value {
|
---|
| 11 | animation-name: dash-frame;
|
---|
| 12 | animation-fill-mode: forwards;
|
---|
| 13 | fill: none;
|
---|
| 14 | }
|
---|
| 15 | .p-knob-text {
|
---|
| 16 | font-size: 1.3rem;
|
---|
| 17 | text-align: center;
|
---|
| 18 | } |
---|
Note:
See
TracBrowser
for help on using the repository browser.