Test of CSS knowledge - Part 9
Read on to continue your knowledge with the sequel to TipsMake.com's CSS Test series. The question set will have 10 sentences to try.
- Question 1: Which of the following attributes determines the period during which the transition takes place?
- transition
- transition-duration
- transform-duration
- transition-property
-
- Question 2: Which attribute is used to determine the delay between the time a property changes and when the transition actually begins.
- transform-delay
- transition-delay
- transform-duration
- There is no exact answer.
-
- Question 3: Which of the following transform properties are used to handle a 2D moving effect?
- translate (x, y)
- translate2d (x, y)
- translate3d (x, y)
-
All of the above answers are correct.
-
- Question 4: Which of the following transform properties are used only to move the element along the X axis?
- translate (x)
- translateZ (x)
- translateY (x)
- translateX (x)
-
- Question 5: Which of the following transform properties are used to handle 3D transformations to change the width and height of the element?
- circle (x, y, z)
- scale3d (x, y, z)
- rotate3d (x, y, z, angle)
- rotate (angle)
-
- Question 6: Which of the following transform properties are used in 2D transformations to skew an element by X axis and Y axis?
- scale (x-angle, y-angle)
- rotate (x-angle, y-angle)
- skew (x-angle, y-angle)
- There is no exact answer
-
- Question 7: Which of the following transform properties are used to handle 3D transforms using a 4 × 4 matrix of 16 values?
- matrix3d (n, n, n, n, n, n, n, n, n, n, n, n, n, n, n, n)
- matrix (n, n, n, n, n, n, n, n, n, n, n, n, n, n, n, n)
- matrix2d (n, n, n, n, n, n, n, n, n, n, n, n, n, n, n, n)
- All of the above answers are correct.
-
- Question 8: Which of the following transform properties are used in 3D transformations to rotate an element along the Z axis?
- rotate-Z (angle)
- skew-Z (angle)
- rotateZ (angle)
- skewZ (angle)
-
- Question 9: Which of the following transform properties are used in 3D transformations to rotate an element?
- rotate3d (x, y, z, angle)
- rotated (x, y, z, angle)
- rotate-all (x, y, z, angle)
- rotate (x, y, z, angle)
-
- Question 10: Which transition-timing-function values are used to determine the conversion speed at the end?
- ease
- linear
- ease-out
- ease-in
-
5 ★ | 1 Vote
You should read it
- Test of CSS knowledge - Part 7
- Test of CSS knowledge - Part 6
- Test of CSS knowledge - Part 5
- Test of CSS knowledge - Part 8
- What do you know about programming language C # P1
- eQuiz - Test of knowledge about the browser
- Test common knowledge about social culture P1
- Test common knowledge about social culture P2
- Set of multiple choice questions about programming with P12
- Test general knowledge about social culture P3
- IQ puzzle or P8 answer
- Set of multiple-choice questions on award-winning programming P5
Maybe you are interested
Meta 'death' of CrowdTangle, tool to track false information
How to type angle symbols in Word simply and quickly
How to punch through a wall Half life 1.1, wall punching angle CS
The ship can stand up at a 90 degree angle in the middle of the sea
Which country is roundest in the world, shaped like a rectangle in the world?
Write a program to print Pascal's Triangle in Python