Forums

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

Home Forums CSS Auto scrolling with CSS

  • This topic is empty.
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #43473
    sshuvro58
    Participant

    In my website , I have a project slider (technically image with some text) . But that slider is not auto scrolling , there is a button for sliding left and right .

    I want to remove that button and make it sliding auto . I don’t want use any javascript . I want to accomplish with CSS . Is it possible if yes then how ?

    Here is my working site

    http://aniyanetworks.net/Blog

    #128644
    Paulie_D
    Member

    Could be done with animations and transitions but it would be a lot of work to maintain. Browser support wouldn’t be very good either.

    #128646
    Paulie_D
    Member

    This isn’t quite what you want (in that it’s a vertical slider) but it has a lot of the techniques you would need.

    http://coding.smashingmagazine.com/2012/04/25/pure-css3-cycling-slideshow/

    #128652
    sshuvro58
    Participant

    @Paulie_D: thanks

    #128655
    sshuvro58
    Participant

    @Paulie_D: It is more complex , How can I do it more easily with js or jquery ? As it is a wordpress theme how can I integrate it with wp ?

Viewing 5 posts - 1 through 5 (of 5 total)
  • The forum ‘CSS’ is closed to new topics and replies.