Skip to content

Tag: css

Making my background images load faster

http://www.leona-anderson.com I have a different Background images on each site an since they are 1080p they take a bit to load. I use wordpress 4.0.5 with minamaze theme. I have found out that my use a preload javascript function, but in my case on the frontpage I do not have information about the background…

How to make animation() endless

I have an element which should be animated all the time. The animated element has such CSS properties: I can only move the element to a particular way, like this: But this will just animated for 2000px my element has an endless width. UPDATE: ALL 7.5 Sec. #world become bigger. FIDDLE Answer You can have a rec…