Which of the following can you NOT specify when coding a transition? the conditi
ID: 3719233 • Letter: W
Question
Which of the following can you NOT specify when coding a transition?
the condition that will cause the transition to occur
the duration of the transition
the properties that will be changed by the transition
the delay before the transition starts
When you use an HTML5 video element to add video other than MP4 to a web page, you use source elements to specify the combination of media types and _________________ that will work on all modern browsers.
What will happen if the CSS that follows is applied to an h1 element?
h1 {
-webkit-animation: animateheading 2s ease-in-out 2;
animation: animateheading 2s ease-in-out 2;
}
@-webkit-keyframes animateheading {
from { font-size: 120%;}
to { font-size: 200%; }
}
@keyframes animateheading {
from { font-size: 120%; }
to { font-size: 200%; }
}
The font size of the heading will increase from 120% to 200% over 2 seconds and then decrease back to 120% over 2 seconds.
The font size of the heading will increase from 120% to 200% over 2 seconds, decrease back to 120% over 2 seconds, and then repeat.
The font size of the heading will increase from 120% to 200% over 2 seconds, change back to 120%, and then repeat.
The font size of the heading will increase from 120% to 200% over 2 seconds, change back to 120% over 2 seconds, and then repeat
When you code a selector that selects by ______________________, the rule set applies to just one HTML element.
a.the condition that will cause the transition to occur
b.the duration of the transition
c.the properties that will be changed by the transition
d.the delay before the transition starts
When you use an HTML5 video element to add video other than MP4 to a web page, you use source elements to specify the combination of media types and _________________ that will work on all modern browsers.
What will happen if the CSS that follows is applied to an h1 element?
h1 {
-webkit-animation: animateheading 2s ease-in-out 2;
animation: animateheading 2s ease-in-out 2;
}
@-webkit-keyframes animateheading {
from { font-size: 120%;}
to { font-size: 200%; }
}
@keyframes animateheading {
from { font-size: 120%; }
to { font-size: 200%; }
}
The font size of the heading will increase from 120% to 200% over 2 seconds and then decrease back to 120% over 2 seconds.
b.The font size of the heading will increase from 120% to 200% over 2 seconds, decrease back to 120% over 2 seconds, and then repeat.
c.The font size of the heading will increase from 120% to 200% over 2 seconds, change back to 120%, and then repeat.
d.The font size of the heading will increase from 120% to 200% over 2 seconds, change back to 120% over 2 seconds, and then repeat
When you code a selector that selects by ______________________, the rule set applies to just one HTML element.
Explanation / Answer
1. d.the delay before the transition starts
2. d. The font size of the heading will increase from 120% to 200% over 2 seconds, change back to 120% over 2 seconds, and then repeat
**Comment for any further queries.
Related Questions
drjack9650@gmail.com
Navigate
Integrity-first tutoring: explanations and feedback only — we do not complete graded work. Learn more.