Results 1 to 2 of 2

Thread: Skill bar only moving when visible on page

  1. #1
    Join Date
    Jul 2006
    Location
    Antwerp, Belgium (Europe)
    Posts
    927
    Thanks
    121
    Thanked 2 Times in 2 Posts

    Default Skill bar only moving when visible on page

    Hey all,

    I got this wonderfull skill bar that works perfectly and looks like this:
    Click image for larger version. 

Name:	Knipsel.JPG 
Views:	269 
Size:	26.4 KB 
ID:	5645
    Problem is that the bars are moving as soon as the page loads, so if the bars are placed at the bottom of the website, when you reach the bottom, the bars are already there and not moving. How can I get the bars to move only when you see them, please?

    Here's the code:
    Code:
    jQuery(document).ready(function(){
    	jQuery('.skillbar').each(function(){
    		jQuery(this).find('.skillbar-bar').animate({
    			width:jQuery(this).attr('data-percent')
    		},6000);
    	});
    });
    Thanks!

  2. #2
    Join Date
    Jul 2008
    Location
    Derbyshire, UK
    Posts
    3,033
    Thanks
    25
    Thanked 599 Times in 575 Posts
    Blog Entries
    40

    Default

    Looks like this is your answer http://stackoverflow.com/a/24614918
    Focus on Function Web Design
    Fast Edit (A flat file, PHP web page editor & CMS. Small, FREE, no database!) | Fast Edit BE (Snippet Manager) (Web content editor for multiple editable regions!) | Fast Apps

  3. The Following User Says Thank You to Beverleyh For This Useful Post:

    chechu (03-24-2015)

Similar Threads

  1. If condition for moving to another page
    By rhodarose in forum PHP
    Replies: 26
    Last Post: 03-22-2011, 05:31 AM
  2. Replies: 0
    Last Post: 10-12-2010, 12:27 PM
  3. Replies: 3
    Last Post: 06-26-2010, 11:09 PM
  4. Can I stop tabs from moving my page?
    By seventhfury in forum Dynamic Drive scripts help
    Replies: 4
    Last Post: 03-18-2008, 11:20 PM
  5. improve typing skill
    By jass in forum The lounge
    Replies: 8
    Last Post: 09-27-2007, 09:27 AM

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
  •