InterviewSolution
| 1. |
What Is The Difference Between Filters And Transitions ? |
|
Answer» Filters and Transitions are specified with the CSS FILTER PROPERTY. Filters and Transitions do not ADD content to your pages-rather, they present existing content in an engaging manner to cpture the user’s attention. Filters:-Applying filters to text and images CAUSES changes that are persistent. Transitions:-Applying a transition allow to transfer from one page to another with a PLEASANT visual effect, such as a random dissolve. Filters and Transitions are specified with the CSS filter property. Filters and Transitions do not add content to your pages-rather, they present existing content in an engaging manner to cpture the user’s attention. Filters:-Applying filters to text and images causes changes that are persistent. Transitions:-Applying a transition allow to transfer from one page to another with a pleasant visual effect, such as a random dissolve. |
|