CSS

How to still apply animation property after animation finish


Introduction

If you create an animation from position a to b and want to do your animate div still has property of animation end then use css property   

animation-fill-mode : forwards;

Example

 .flyplane {     animation:  flyPlane 5s linear 1 forwards; /* or use this*/     animation-fill-mode: forwards;  }

 

Ready to transform your business with our technology solutions? Contact Us today to Leverage Our CSS Expertise.

0

CSS

Related Center Of Excellence