User Interface Designer Question:

What is Tweening?

UI Designer Interview Question
UI Designer Interview Question

Answer:

- It is the short form for in-betweening.
- It is the process of generating intermediate frames between two images.
- It gives the impression that the first image has smoothly evolved into the second one.
- It is an important method used in all types of animations.
- In CSS3, Transforms(matrix,translate,rotate,scale etc) module can be used to achieve tweening.


Previous QuestionNext Question
Do you know the Working of DHTML?Explain what is DHTML and what are the features of DHTML?