Question: HTML && CSS: 1. Provide code to change the background color of a hypertext link from yellow to blue over a 3-second interval in response
HTML && CSS:
1. Provide code to change the background color of a hypertext link from yellow to blue over a 3-second interval in response to the hover event. 2. Provide a style that changes the font size over a 2-second interval and the font color over a 3-second interval. 3. Which timing function should you use to start the transition at a constant rate and then slow down toward the end state? 4. Provide the style that creates a transition on all properties over a 5-second interval using linear timing and a half-second delay. 5. Name three ways in which animations differ from transitions. 6. Provide an animation named biggerText that sets the font size to 1em, 1.2em, 1.5em, and 2em at key frames located at 0%, 10%, 20%, and 100% of the animation duration. 7. Provide code to run the biggerText animation in the header element over an interval of 4.5 seconds. 8. Provide the style to run an animation in reverse. 9. Provide code to apply the flip animation to the img element in the page header. Have the animation run repeatedly over a 4-second interval in alternating directions using ease-out timing.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
