mirror of
https://github.com/CommunityOx/ox_lib.git
synced 2026-08-17 23:16:03 +01:00
feat(nui): Progressbar
This commit is contained in:
@@ -26,3 +26,12 @@ code {
|
||||
stroke-dasharray: 264, 0;
|
||||
}
|
||||
}
|
||||
|
||||
@keyframes progress-bar {
|
||||
from {
|
||||
width: 0%;
|
||||
}
|
||||
to {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user