Solved
How to add a blinking animation to Label widget via CustomCSS
Hi,
CustomsCSS Code in the Article - CS332229 is not working in v9.3
#root_label-1 > .label-text.textsize-normal{ animation: blinkAnime 1s infinite alternate; } @keyframes blinkAnime { 0%{ color: #000000 } 100%{ color: #ffffff } }
Thanks in advance ,
Rushikesh K

