|
Can images be rotated/animated in v 0.1.6? |
Answered by
hunger
Jan 22, 2022
Replies: 2 comments 1 reply
|
You can animate the Rotation is unfortunately not possible yet: Rotation is a pretty heavy operation without hardware backing it. So we are thinking on how to support this in a useful way that does not break too much of the embedded use case. Maybe we could have custom "Rotation Elements" that can be used to rotate things? That would at least make it very obvious where rotation is used -- and it can easily be avoided in designs targeting low-powered devices. |
0 replies
Answer selected by
abdmh
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can animate the
colorizeproperty, which applies tinting to the image. You can also animate all the usual properties like position and width/height.Rotation is unfortunately not possible yet: Rotation is a pretty heavy operation without hardware backing it. So we are thinking on how to support this in a useful way that does not break too much of the embedded use case. Maybe we could have custom "Rotation Elements" that can be used to rotate things? That would at least make it very obvious where rotation is used -- and it can easily be avoided in designs targeting low-powered devices.