Skip to main content
JJ.Lin
Associate III
August 4, 2021
Question

How to implement the effect of flow ?

  • August 4, 2021
  • 1 reply
  • 1182 views

Hi,

I am finding ways to make the red fluid flow but have no idea yet, in the image the liquid is supposed to show the pecent of something as well.

Thank you for your attention!

/JJ.Lin

0693W00000D1SqdQAF.png

This topic has been closed for replies.

1 reply

MM..1
Chief III
August 4, 2021

You mean for example up down indicate percent and left right flow?

Both is handled in handle tick screen method or object tick method.

For flow change indicator images in animation steps.

JJ.Lin
JJ.LinAuthor
Associate III
August 4, 2021

Yes, it is a image progress.

But how to change indicator images in the animation steps? Which API?

I think if the top of the image is just like sin/cos curve, can I implement the flow by move the image horizontally

And if it is doable so how to use API implelment it ?

Thanks!

MM..1
Chief III
August 4, 2021
imageProgress.setBitmap(...)

Image Progress | TouchGFX Documentation