Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS BG Loop with CSS

  • This topic is empty.
Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #37063
    cacildo
    Member

    Hi,

    I have a problem, is it possible to make a BG loop effect using CSS only?
    What Im looking for is something like this:

    http://studiowhitehorn.com/index.php

    Thank you

    #98584
    karlpcrowley
    Participant

    That site is done with JavaScript
    You could use CSS keyframes with different background images to do this on the body element
    Then set it to an infinite loop

    https://css-tricks.com/snippets/css/webkit-keyframe-animation-syntax/

    #98586
    Paulie_D
    Member

    You can’t use animation for rotating background images….colors, yes, but not images.

    #98591
    cacildo
    Member

    so in Java would be less complicated?

    #98592
    karlpcrowley
    Participant

    @Paulie_D Thanks for clearing that up for me, I normally just go straight for the jQuery route


    @cacildo
    Yup, jQuery would be the easiest way to go

    #98594
    cacildo
    Member

    I’ve seen here some codes but by some reason I cant make them work, any tips?

    #98598
    karlpcrowley
    Participant

    Java is to JavaScript as Ham is to Hamster

    #98601
    cacildo
    Member

    I know, I meant JavaScript. Well Basicly I need something that works.

    I’m not a code or script master, I’m far away from it, I thought that the background loop was a simple thing but I just cant find anything that do that simple effect.

    If someone knows how to do it whatever the code I would apreciat it

    #98850
    cacildo
    Member

    thank you Knittingfrenzy18

    #99230
    cacildo
    Member
Viewing 10 posts - 1 through 10 (of 10 total)
  • The forum ‘CSS’ is closed to new topics and replies.