how to animate images before?

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Thu Aug 11, 2016 7:42 am
Reply with quote
Report this post
Hello,

as you can see in the screenshot, when you scroll on the screen, there is a time not seen the images and space is very large.
Is it possible to make the animation starts a little earlier?

Best regards
User avatar
Fresh Boarder

teitbite
Sat Aug 13, 2016 1:46 pm
Reply with quote
Report this post
Hi

Animation can start only when all images are loaded, so You may rush the load time by using less images or smaller images. You can also try to remove the screen showing over the module, but than users may see images loaded partially. Anyway it's good to try add this code to override.css

Code: Select all
.gkIsWrapper-gk_creativity.notloaded .gkIsLoader {
display: none !important;
}
User avatar
Moderator


cron