mirror of
https://github.com/brianlovin/security-checklist.git
synced 2026-03-11 08:55:31 +00:00
Animate progress bar on load
This commit is contained in:
parent
12ce3591ce
commit
5e421d2fcd
1 changed files with 1 additions and 1 deletions
|
|
@ -100,7 +100,7 @@ export default function Page(props: Props) {
|
|||
<Container>
|
||||
<style>{`
|
||||
:root {
|
||||
--progress: ${100 - progress}%;
|
||||
--progress: ${progress ? 100 - progress : 100}%;
|
||||
}
|
||||
`}</style>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue