Battery animation

Hi!
I don’t know how to create a battery animation. I know that someone explained how to create one, however I want to use my own pictures:

Can someone help me?
Thanks

There are several tutorials here, but Tomas had posted some great stuff!
Here’s his tutorial on animated battery meters.

1 Like

Hello there,

nice pictures…

please just put them on each other and set different opacity (transparency) for different pictures according to battery level

Full Battery
$#BLN#>=75?100:0$

75% Battery
$#BLN#>=50&&#BLN#<75?100:0$

and so on…

Cheers :wink:

Tomas

3 Likes

Yes, excellent tutorials.

Hi,
Thank you very much, but for 50% Battery, I have to use: $#BLN#>=50&&#BLN#<50?100:0$ ?(the last “?” is for the question :slight_smile: )

Hi,

you have 5 pictures s I would divide 100 (%) into following intervals

0 - 20
20 - 40
40 - 60
60 - 80
80 - 100

:wink:

Hi,
I’m not very strong but for the full battery, I must use : $ #BLN#>= 100? 100 : 0 && # BLN #>= 80? 100 : 20$ ?

Thanks :confused:

Finally,
I did it ! I just put #BLP# in transparancy

1 Like