The forum of the forums

Would you like to react to this message? Create an account in a few clicks or log in to continue.
The forum of the forums
2 posters

    CSS3 Animation

    SarkZKalie
    SarkZKalie
    Support Moderator
    Support Moderator


    Male Posts : 1442
    Reputation : 220
    Language : English

    Solved CSS3 Animation

    Post by SarkZKalie Sun 7 Sep - 12:34

    Hi guys

    I found this code from Google.
    CSS:

    Question: 

    1) How can I make the code auto-change background images after 4 hours? - CSS only, i don't want to use mayny script Sad
    2) About element 'background-size:cover',

    I added some images in the code with 1366x768 resolution, and tried my page on a PC with 1600x900 resolution. When the background have been changed, it left a #FFF background-color on right & bottom. 
    Is there anyway to fix it?

    Thanks for reading, hope you can help Very Happy

    Live Demo: HERE


    Last edited by sarkzkalie01 on Mon 8 Sep - 5:13; edited 1 time in total
    Ange Tuteur
    Ange Tuteur
    Forumaster


    Male Posts : 13207
    Reputation : 3000
    Language : English & 日本語
    Location : Pennsylvania

    Solved Re: CSS3 Animation

    Post by Ange Tuteur Sun 7 Sep - 18:03

    Hello sarkzkalie01,

    It is possible to set the animation duration to a long time, however, this will be reset every time you move to another page. CSS is only able to manipulate the style of the current page, it lacks the ability to cache data or set cookies which would be necessary for what you want to do.

    To have a background fit to the view point of the user, use the background-size property.
    Code:
    body { background-size:100% }
    SarkZKalie
    SarkZKalie
    Support Moderator
    Support Moderator


    Male Posts : 1442
    Reputation : 220
    Language : English

    Solved Re: CSS3 Animation

    Post by SarkZKalie Mon 8 Sep - 5:12

    You made my day :3 Thanks
    Code:
    0%  {background: url('http://i.imgur.com/Ad8dAjk.jpg');background-size:100%;}
    Ange Tuteur
    Ange Tuteur
    Forumaster


    Male Posts : 13207
    Reputation : 3000
    Language : English & 日本語
    Location : Pennsylvania

    Solved Re: CSS3 Animation

    Post by Ange Tuteur Mon 8 Sep - 7:18

    You're welcome

    Topic archived

    Have a nice day. Smile

      Current date/time is Mon 23 Sep - 10:28