Aligning Text to a Defined Path or Curve for Rendering
Learn how to render text along a path or curved line within Storyboard to support GUI application development destined for curved screens, such as those found on wearable devices
Learn how to render text along a path or curved line within Storyboard to support GUI application development destined for curved screens, such as those found on wearable devices
Arcs can be used for many purposes, but are often used to show some form of progress. This tutorial will walk you through how to animate an arc to create a loading wheel, using two different methods. The first will use the start and end angles that define the arc to create a spinning wheel where the tail chases the head. The second will use the arc’s rotation to create a pinwheel-like animation.
Arcs are often used for gauges and methods of showing some kind of level of data or progress. This tutorial will walk you through how to handle incoming data using Storyboard IO, and use that data to display an increase or decrease using a gauge made with arcs.