Complete the following tasks:
-
For the first box:
- Add transitions for background-color and width.
- Set duration to 0.5 seconds.
- Use ease-in timing function.
- No delay needed.
-
For the second box:
- Add transition for transform property.
- Set duration to 0.3 seconds.
- Use ease-out timing function.
- Add a 0.1 second delay.
-
For the third box:
- Add transition for background-color and transform.
- Set duration to 1 second.
- Use linear timing function.
- No delay needed.