Your browser does not support JavaScript!

Web Enhanced Animation Graphics

Showing 76-137 of 137 answers

The backgroundcolorproperty is used to set the element's background image
  • False Correct
The backgroundrepeat propertyis used to set an element's background image
  • False Correct
The DOM abstracts a lot of the details that would get you bogged down otherwise
  • Easy to use Correct
The drawback of adobe photoshop is images that are already produced can not be easily modified as there are minimal filters and image editing software at your fingertips
  • False Correct
The file type will affect the output file quality and size
  • Image Type Correct
The HTML < blink > tag is a non-standard component that is used to construct an enclosed text that slowly flashes
  • True Correct
The linear easing function is an identity function meaning that its output progress value is equal to the input progress value for all inputs
  • True Correct
The most important part of creating an animation is to indicate the speed at which the value of a property changes from value to value
  • True Correct
The only easing implementations in the jQuery library are the default, called swing, and one that progresses at a constant pace, called linear
  • True Correct
The remaining parameter of animate() is a string naming an easing function to use
  • True Correct
The requestAnimationFrame method requires the browser to paint in an animation sequence in the next frame
  • True Correct
The shorthand transition property is used to manage CSS animations
  • False Correct
The syntax for Animation with jQuery (selector)animate({styles},speed,easing,callback)
  • True Correct
The syntax for the linear easing function is simply the linear keyword
  • True Correct
The translate3d() function is a 3D transform function used in three-dimensional space to transfer an object
  • True Correct
The word-spacing property is used to add or remove space between the letters making up a word
  • False Correct
The_________________oftheimageissettotheheightoftheimage
  • height Correct
Thefont-variantproperty is used to increase or decrease the appearance of a font bold or light
  • False Correct
Theproperty_________________ isusedtosettheobjectopacity
  • -moz-opacity Correct
Thetext-transformproperty enables the message shadow to be placed around a text
  • False Correct
Thewhite-spaceproperty governs text flow and formatting
  • True Correct
This changes the picture dimensions
  • Dimensions Correct
This identify transition points in the action as a concept borrowed from film animation
  • Keyframes Correct
This is a new 2D animation toolkit created by Toonka Films and now available to the 2D animation industry as a free GPL's option
  • KToon Correct
This is critical and can have a significant impact on the final file size
  • Image Quality Correct
This is used for text and numerical entries
  • <input type=“text”> Correct
Thisisusedtochoosefromapredefinedlistasingleoption
  • <input type=“radio”> Correct
Thisisusedtospecifyaspresentorabsentoneormoreitems
  • <input type=“checkbox”> Correct
Transition is a process of manipulating objects to appear as moving images
  • False Correct
Transition softwareallows frame-by-frame motion to be produced
  • False Correct
Use the text-indent property to indent a paragraph's content
  • True Correct
Uses models, puppets or clay – as seen in the films
  • stop frame animation Correct
Usestraditional hand-drawn animation
  • 2D drawn animation Correct
Usethe ________________ propertytosettheimagewidth
  • width Correct
Usethe__________________propertytosettheobjectborderlength
  • border Correct
Vector graphics include resolution-independent drawings and diagrams drawn in Adobe Illustrator, CorelDraw, and similar programs
  • True Correct
Web animations are often stored in the form of GIF, CSS, SVG, WebGL or video
  • True Correct
Which of the following Color Format can also be defined using the keyword rgb, followed by three numbers between 0 and 255, contained in parentheses and separated by commas, with no spaces between them?
  • RGB Color Correct
Which of the following css property allows elements to be offset, rotated, scaled, and skewed in a variety of different ways?
  • transform Correct
Which of the following css property defines whether or not an element should be visible when not facing the screen?
  • backface-visibility Correct
Which of the following CSS Property defines which property values to apply to the element before the animation begins (if delayed) and after it ends?
  • animation-fill-mode Correct
Which of the following CSS Property determines whether an animation should run in reverse on some cycles?
  • none of the mentioned Correct
Which of the following css property is used to define a delay before an animation starts?
  • transition-delay Correct
Which of the following css property repeats an image both horizontally and vertically?
  • background-repeat Correct
Which of the following CSS Property selects an animation defined in an @keyframes rule and applies it to the element?
  • animation-name Correct
Which of the following css property specifies a delay for the transition effect?
  • transition-delay Correct
Which of the following css property specifies an image to use as the background of an element?
  • background-image Correct
Which of the following css propery define the properties that will be animated in an animation rule?
  • animation Correct
Which of the following CSS3 Color Feature like RGB color but adds an alpha channel value to specify the opacity of the color?
  • RGBa Correct
Which of the following CSS3 property specifies how nested elements are rendered in 3D space
  • transform-style Correct
Which of the following property defines the length of time that a transition takes?
  • transition-duration Correct
Which of the following property defines when the transition will start and it allows a transition to begin execution some some period of time from when it is applied?
  • transition-delay Correct
Which of the following property specifies the speed curve of the transition effect?
  • transition-timing-function Correct
Which of the following selector is used to select and style when you place mouse over it?
  • hover Correct
Which of the following tag is used to embed css in html page?
  • <style> Correct
Which of the following transform property value defines a 2D translation?
  • translate(x,y) Correct
Which of the following transform property value defines a translation, using only the value for the X-axis?
  • translateX(x) Correct
Which selector is used to specify a rule to bind a particular unique element?
  • id Correct
You can easily define animations or transitions because of the CSS support, specify a lightening feature, make some other modifications, and you're good to go
  • Animations are easy to define and modify Correct
You can not write a form on the web and send it to end-users for download as a Fillable PDF and either upload, email or submit form information
  • False Correct
You specify only what you want on the screen to display
  • Redrawing is handled for you Correct
YoucanwriteCSSonceandthenreusethesamesheetinmultipleHTMLpages
  • CSS saves time Correct
All courses