Results 1 to 3 of 3

Thread: How to remove animation from Speech Bubbles Tooltip script

  1. #1
    Join Date
    Dec 2010
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default How to remove animation from Speech Bubbles Tooltip script

    1) Script Title: Speech Bubbles Tooltip

    2) Script URL (on DD): http://dynamicdrive.com/dynamicindex...lestooltip.htm

    3) Describe problem: I would like to remove/control the animation. Perhaps speed it up, or slow it down. I really want to just remove it so that the speech bubble just pops up. I looked through the code but I couldn't find, nor do I understand how I would change this. All help is appreciated.
    Last edited by nealrEAL; 12-14-2010 at 02:33 AM.

  2. #2
    Join Date
    Aug 2004
    Posts
    10,143
    Thanks
    3
    Thanked 1,008 Times in 993 Posts
    Blog Entries
    16

    Default

    Sure, try finding the below line inside the .js file:

    Code:
    $speech.css(speechcss_before).show().animate(speechcss_after)
    and change that to:

    Code:
    $speech.css({left:x, opacity:1, top:y+10}).show()
    DD Admin

  3. #3
    Join Date
    Dec 2010
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Resolved

    Thanks! It worked.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •