What is Tweening ?

 Posted by Rajkatie on 12/11/2012 | Category: CSS 3 Interview questions | Views: 3344 | Points: 40
Answer:

Short for in-betweening, the process of generating intermediate frames between two images to give the appearance that the first image evolves smoothly into the second image.

It is a key process in all types of animation.

In CSS3, you can use Transforms(matrix,translate,rotate,scale etc) module to achieve tweening.


| Alert Moderator 

Comments or Responses

Login to post response