Form embed animation
-
ChristopherAnswered on January 06, 2022 at 01:04 PMJotform Support
Please give me a moment to investigate this issue.
Thank You
-
ChristopherAnswered on January 06, 2022 at 01:49 PMJotform Support
.supernova {
animation: fadeIn 3s forwards;
}
@keyframes fadeIn {
from { opacity: 0; }
to { opacity: 1; }
}
I was able to add a smooth animation to the form by using the custom CSS through the iFrame embed using my test form.
Please refer to the guide on how to inject Custom CSS Code.
Guide: How to Inject Custom CSS Codes
Please test it out with your script and iframe embed code and let us know how it goes.