Tag: Animations

  • CSS Questions & Answers – CSS3 3D Transforms, Transitions, and Animations

    CSS Questions & Answers – CSS3 3D Transforms, Transitions, and Animations

    CSS Multiple Choice Questions & Answers (MCQs) focuses on “CSS3 3D Transforms, Transitions, and Animations”. Q 1. Which of the following css property allows elements to be offset, rotated, scaled, and skewed in a variety of different ways?A. transform-3DB. transform-originC. transformD. transition Show Answer Answer:-C. transform Explanation Syntax: transform: list of transform-functions | none Q…

  • CSS Questions & Answers – CSS3 Animation with Responsive Web Design

    CSS Questions & Answers – CSS3 Animation with Responsive Web Design

    CSS Multiple Choice Questions & Answers (MCQs) focuses on “CSS3 Animation with Responsive Web Design”. Q 1. What should be written in the blank of the code for JQuery Code Used to Apply CSS3 Animations?advertisement Code:leftmove {100% { transform: translateX(-70px); opacity: 1; }} rightmove {100% { transform: translateX(70px); opacity: 1; }} A. @mediaB. @keyframesC. animation-nameD.…

  • CSS Questions & Answers – CSS3 Animations with SVG and Filters

    CSS Questions & Answers – CSS3 Animations with SVG and Filters

    CSS Multiple Choice Questions & Answers (MCQs) focuses on “CSS3 Animations with SVG and Filters”. Q 1. What does SVG stands for?A. Scalable Vector GraphicsB. Scaled Vector GraphC. Scaled Vector GraphicsD. None of the mentioned Show Answer Answer:-A. Scalable Vector Graphics Q 2. Which of the following element is used to begin an SVG image?…

You cannot copy content of this page