This project includes solutions to the challenges.
- Create an
Arrow
shape – having it point straight up is fine. This could be a rectangle/triangle-style arrow, or perhaps three lines, or maybe something else depending on what kind of arrow you want to draw. - Make the line thickness of your
Arrow
shape animatable. - Create a
ColorCyclingRectangle
shape that is the rectangular cousin ofColorCyclingCircle
, allowing us to control the position of the gradient using one or more properties.