Results 1 to 4 of 4

Thread: Animated GIF Progress Bar

  1. #1
    Join Date
    Jul 2009
    Posts
    3

    Animated GIF Progress Bar

    I am learning website development & at a stage i have to make an animated progress bar in it. I don't know how to make it can anyone help me in making animated progress bar??? Please Help...!

  2. #2
    Join Date
    Apr 2008
    Posts
    1,948

    Re: Animated GIF Progress Bar

    I am attaching some ready made GIF progress bar... Just you need to set the time for what time you need to show/delay to load & They are all basic progress bar given here... But they are something used as professional...!

  3. #3
    Join Date
    May 2008
    Posts
    2,012

    Re: Animated GIF Progress Bar

    Down Code is the script for your problem I will suggest you to have a try may help you...

    Code:
    <head>
    <script type="text/javascript">
        window.onload = function (){  
               var dialog = document.getElementById("WaitDialog");  
               dialog.style.display = 'none';  
               scrollTo(0,0);
        }
        function showProgressBar(){ 
            var dialog = document.getElementById("WaitDialog");  
            dialog.style.display = 'block'; 
        }
    </script>
    </head>

  4. #4
    Join Date
    Jul 2009
    Posts
    3

    Re: Animated GIF Progress Bar

    Thank alot both it helped me. Both gave me different answer but the combination of that answer gave the perfect solution... Problem Solved for animated gif progress bar.

Similar Threads

  1. Animated wallpapers for iOS 7
    By Jits in forum Portable Devices
    Replies: 5
    Last Post: 05-07-2013, 10:33 AM
  2. Need to edit animated GIF
    By kamina23 in forum Operating Systems
    Replies: 5
    Last Post: 30-05-2010, 12:41 AM
  3. One of Best Animated Movie Ever??
    By realistic in forum Off Topic Chat
    Replies: 12
    Last Post: 04-03-2010, 02:17 PM
  4. New animated Ad by Tatasky+
    By smitz in forum India BroadBand
    Replies: 4
    Last Post: 16-03-2009, 04:27 PM
  5. Working on animated gif
    By worldpeace in forum Customize Desktop
    Replies: 5
    Last Post: 03-10-2008, 02:03 PM

Tags for this Thread

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
  •  
Page generated in 1,711,645,303.49793 seconds with 17 queries