fired transitions run animation once
This commit is contained in:
parent
0ba4fd4cae
commit
29808a683c
6 changed files with 34 additions and 14 deletions
|
|
@ -35,7 +35,7 @@ export function DigitalWatch({light, h, m, s, alarm, callbacks}: DigitalWatchPro
|
|||
src: url(${digitalFont});
|
||||
}
|
||||
`}</style>
|
||||
<svg version="1.1" width="222" height="236">
|
||||
<svg version="1.1" width="222" height="236" style={{userSelect: 'none'}}>
|
||||
{light ?
|
||||
<image width="222" height="236" xlinkHref={imgWatchLight}/>
|
||||
: <image width="222" height="236" xlinkHref={imgWatch}/>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue