CSS3 Transitions for UI Elements

Question 1
Marks : +2 | -2
Pass Ratio : 100%
Which of the following selector is used to select and style when you place mouse over it?
focus
hover
mouse
all of the mentioned
Explanation:
Self-explainatory.
Question 2
Marks : +2 | -2
Pass Ratio : 100%
Which of the following method increases or decreases the size of an element using tranform?
rotate()
scale()
translate()
matrix()
Explanation:
Self-explainatory.
Question 3
Marks : +2 | -2
Pass Ratio : 100%
Which of the following method skews an element along the X-axis by the given angle using tranform?
skewX()
skewy()
x-axis()
skew()
Explanation:
Self-explainatory.
Question 4
Marks : +2 | -2
Pass Ratio : 100%
Which of the following method skews an element along the X and Y-axis by the given angles using tranform?
skewX()
skewy()
skew-X-Y()
skew()
Explanation:
Self-explainatory.
Question 5
Marks : +2 | -2
Pass Ratio : 100%
Which of the following transition-timing-function property specifies a transition effect with a slow start?
ease
ease-in
ease-in-out
none of the mentioned
Explanation:
Self-explainatory.
Question 6
Marks : +2 | -2
Pass Ratio : 100%
Which of the following method combines all the 2D transform methods into one using transform?
combine()
2D-tranform()
matrix()
matrix-2D()
Explanation:
Self-explainatory.
Question 7
Marks : +2 | -2
Pass Ratio : 100%
Which of the following transition-timing-function property specifies a transition effect with a slow start, then fast, then end slowly
ease
ease-in
ease-in-out
none of the mentioned
Explanation:
Self-explainatory.
Question 8
Marks : +2 | -2
Pass Ratio : 100%
Which of the following transition-timing-function property lets you define your own values in a cubic-bezier function
cubic(n,n,n,n)
matrix(n,n,n,n)
cubic-bezier(n,n,n,n)
none of the mentioned
Explanation:
Self-explainatory.
Question 9
Marks : +2 | -2
Pass Ratio : 100%
Which of the following property specifies the speed curve of the transition effect?
transition-delay
transition-duration
transition-timing-function
transition
Explanation:
Self-explainatory.
Question 10
Marks : +2 | -2
Pass Ratio : 100%
Which of the following method moves an element from its current position using tranform?
rotate()
scale()
translate()
matrix()
Explanation:
Self-explainatory.