Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6353721
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T22:27:37+00:00 2026-05-24T22:27:37+00:00

Can anybody inspect which javascript they are using for the floating baloons? – http://themeforest.net/bundles/birthday

  • 0

Can anybody inspect which javascript they are using for the floating baloons? – http://themeforest.net/bundles/birthday

I was looking with the firebug for a while, but cant get which would be the right one. Thanks!

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-24T22:27:38+00:00Added an answer on May 24, 2026 at 10:27 pm

    http://themeforest.net/bundles/javascripts/birthday_running.js

    And here’s the horribly horrible if…else repeated coding horror being used.

    $(".balloon").each(function () {
            var $this = $(this),
                width = $this.width(),
                height = $this.height(),
                rand = Math.random(),
                bgPosX,
                bgPosY = rand * (height),
                bgImg,
                animStep = 1 + (rand * 3),
                moveBalloon,
                animLoop;
    
            if ($this.is(".b1")) {
                bgPosX = Math.floor((width / 2)) - 620;
                bgImg = 1;
            } else if ($this.is(".b2")) {
                bgPosX = Math.floor((width / 2)) - 540;
                bgImg = 2;
            } else if ($this.is(".b3")) {
                bgPosX = Math.floor((width / 2)) - 590;
                bgImg = 3;
            } else if ($this.is(".b4")) {
                bgPosX = Math.floor((width / 2)) - 590;
                bgImg = 4;
            } else if ($this.is(".b5")) {
                bgPosX = Math.floor((width / 2)) + 470;
                bgImg = 2;
            } else if ($this.is(".b6")) {
                bgPosX = Math.floor((width / 2)) + 450;
                bgImg = 4;
            } else if ($this.is(".b7")) {
                bgPosX = Math.floor((width / 2)) + 510;
                bgImg = 1;
            } else if ($this.is(".b8")) {
                bgPosX = Math.floor((width / 2)) + 560;
                bgImg = 3;
            }
    
            $this.css({
                "background-position": bgPosX + "px " + bgPosY + "px",
                "background-image": "url(/images/bundles/birthday/balloon" + bgImg + ".png)"
            });
    
            moveBalloon = function () {
                if (bgPosY < -204) {
                    bgPosY = $this.height();
                }
                bgPosY -= animStep;
                $this.css("background-position", bgPosX + "px " + bgPosY + "px");       
            };
    
            animLoop = function () {
                moveBalloon();
                window.requestAnimFrame(animLoop);
            };
    
            animLoop();
    
            $this.addClass("balloon");
        });
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

can anybody show me how to build a string using checkbox. what would be
Can anybody recommend a treeview component for ASP.NET that supports drag & drop (between
Can anybody help me out to know the possible reasons for which Apple store
Can anybody shed some light on getDay() in Javascript please. Here datepicker is textbox
Can anybody tell me how to solve polynomial equation of n degrees in JavaScript?
Can anybody suggest how we can open the page in new window using Response.Redirect
can anybody provide me code for recording audio using MediaRecorder of android by setting
Can anybody help me to find out solution of following problem. In ASP.NET website:
Can anybody tell me how to refresh the current page with JavaScript, having a
can anybody tell how is fragment advantage over using instead of view in android

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.