Polishing your regional animation
In lesson 1, you created an animation that cycled through bubble charts of the housing price index against real GDP by region. In this exercise, your task is to polish that animation.
The animation you generated in the last chapter is stored as the object ani
, and plotly
has already been loaded for you.
A full list of the easing
options can be found in here. Notice that you can append -in
, -out
, and -in-out
to the easing options outlined in the lesson to further customize the transitions between frames.
This exercise is part of the course
Intermediate Interactive Data Visualization with plotly in R
Hands-on interactive exercise
Have a go at this exercise by completing this sample code.
# Adjust the frame and transition
ani %>%
animation_opts(frame = ___, transition = ___)