Make images behave like shapes

I would like to make images behave like shapes so that I could make them rotate, fade etc. I underfstand that shapes are …png files. So are my images. But facer doesn’t see them as being the same as shapes. I’m using Wear OS on a tic watch pro.

2 Likes

Good afternoon ! pgrudin Nice to meet you

I understand, there are no problems with png or jpg files.
I also have Watch Os Tizen 4.0.0.7, and I can design and work well .
For example, with a png image, using rotation (sin (# DWE # * 2) * 50) you can already have a wobbling effect …
And I think you have to work on your watch …
try it …
For more information on codes and more, here is a page that has facer.io, which explains how to design and use codes.
Expression Playground :point_left:
Cordially JDCardozo

2 Likes

Thank-you.

3 Likes

Just remember to remove the spaces in that TAG - (sin(#DWE#*2)*50)
Or if you only want it to go around in a circle, just use the Seconds TAG - #DWFSS#
Where you can change the speed or direction too like this - (-#DWFSS#*4)
The - before the # changes the direction, the *4 at the end is 4 times speed.

Many thanks.

1 Like