I wonder if the gyro sensor can be used to show/hide elements on the watch face based on the y-axis or x-axis via the ‘Opacity’ field. Is there any smart expressions that can check on the angle of rotation (let’s say y-axis) and if true/false then shows/hides the image?
Hello @sinjae - sorry for another question - I am running into an issue since I like to hide the layer by default (opacity: 0) and only show it when the watch is tilted towards the user at maybe 35 degrees.
Somehow I can get this to work - if you have any pointers that would be greatly appreciated…
The GYRO effect does not seem to support starting the component in a hidden state…
This expression makes visible state when device is tilted a lot in both directions.
If you want fade in/out animation for this, you can make own calculation instead of the value, 100.
Cheers