Forums

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

Home Forums JavaScript JQuery Pulsate Effect Help

  • This topic is empty.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #37852
    djrolstad
    Participant

    My website is http://www.meadowbrookglitter.com/meadow

    I have a pulsate effect applied to part of the menu. I don’t want the whole menu to fade in and out. I don’t want the text to have the effect.

    The code that I have so far is this;

    $(function(){
    $(‘#menu-item-429.menu-item-type-post_type.menu-item-object-page.menu-item-429’).effect(“pulsate”, { times:2000 }, 3000);
    });

    #102012
    djrolstad
    Participant

    Thanks man, I tried that but it doesn’t seem to work…

    #102026
    dfogge
    Participant

    it looks like the jquery is animating the opacity, which effects the entire element. i think what you really want is to set the background color using an RGBa value and animate the a (alpha) value.

    check this out: http://pioupioum.fr/sandbox/jquery-color/

    #102147
    dfogge
    Participant

    i could definitely be wrong but i think it’s the background he’s referring to due to the part where he says “I don’t want the text to have the effect.”

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