Am currently trying to create a jQuery fading banner.
However I have noticed an issue with the fadeIn that I haven’t experienced before.
When I set the elements to fade in, there is an issue near the end of the fade, that is everything is fine up until around 80% opacity but then instead of continuing to fade smoothly, it just jumps from 80% to 100%
So it makes the animation look choppy towards the end.
You can see it here: https://www.hollatme.com/internship
It happens no matter how long I set the animation to, have also tested in other browsers with the same result.
Thanks!
André
You have a css transition set for opacity on all div elements that is interfering with your jQuery animation.
Check line 240 of Main.css