Forums

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

Home Forums JavaScript Jquery help quick fix will do it.

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #24590
    eshhy
    Member

    Hi all. no so familiar with the jquery syntax.

    To give a fade in animation to the jquery ‘galleria’ plugin it says I have to insert this line of code:

    Code:
    onImage(image) { image.css(‘display’,’none’).fadeIn(); }

    Into my <script>, which is:

    Code:

    I’ve tried a few things, but its just a bit to complicating for me.
    btw here is the plugin link, its a pretty cool photo gallery plugin, try it out if u have some time.

    http://devkick.com/lab/galleria/

    Thanks

    Nathan

    #56275
    apostrophe
    Participant

    Yeah, I played with it a while ago, it’s a really cool little plugin.

    If you go to the first demo page http://devkick.com/lab/galleria/demo_01.htm#img/grass-blades.jpg and view source you will see how to use it.

    #56294
    eshhy
    Member

    Hey, thanks for that.

    I cant believe I didn’t think of doing it myself :S

    Everything works great now =]

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