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 8664143
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T17:10:18+00:00 2026-06-12T17:10:18+00:00

I have a logo div parted by two span s, at the moment I

  • 0

I have a logo div parted by two spans, at the moment I am fading in the first and after that fading in the 2nd. Now I am experimenting to trigger three spans and would like to make three actions happen at the same time, fading in all three elements while moving them into position with the CSS attributes margin_left, margin-right and margin-top. The following function triggers all further actions to happen after the fade of the first span has been completed. Can anyone of you give me a hint how to trigger actions to happen at the same time?

<script>
$('#logo span').eq(0).fadeIn(10000, function(){
    //this is the callback function.
    //when the above fade completes, anything in here will run immediately after.
    $('#logo span').eq(1).fadeIn(5000);
    $('#logo span').animate({ 'margin-top': '-210' }, 'slow');
});</script> 
  • 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-06-12T17:10:19+00:00Added an answer on June 12, 2026 at 5:10 pm

    Thank you again folks for all your help you gave me here. I inserted a font-size animation which gives it a nice finishing touch. In case you need this once I thought like adding it as a final post and answer! Saludos!

    <!-- targeting the first, second and third logo span (image logo) to be faded in right after another, being moved synchroniously, animating font-size and finally displayed in a opocity -->
        <script>
        var oldSize = parseFloat($("#logo span.movie").css('font-size'));     
        var newSize = oldSize  * 3.9;
        $('#logo span').eq(0).fadeIn(1000, function(){
        //this is the callback function.
        //when the above fade completes, anything in here will run immediately after.
        $('#logo span').eq(1).fadeIn(800);
                $('#logo span').eq(1).animate({ 'margin-left':'0' }, {duration:5000, queue: false});
            $('#logo span').eq(2).fadeIn(5000);
                $('#logo span').eq(2).animate({ 'margin-left':'0' }, {duration:5000, queue: false});
                        $('#logo span').eq(0).animate({opacity: 0.7}, {duration: 5000, queue: false});
                        $('#logo span').eq(1).animate({opacity: 0.6}, {duration: 9000, queue: false});
                        $('#logo span').eq(2).animate({opacity: 0.9}, {duration: 5000, queue: false});
                        $("#logo span").eq(2).animate({ fontSize: newSize}, {duration: 5000, queue: false});        
    
        });</script> 
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a div and inside that div I have my site logo etc...
I have a div that is dynamic. It's id is logo and it actually
I have a logo div that I want to use my logo image as
I have created a #logo DIV that consists of a smaller #circle DIV &
assume I have a such html order <div id=header>>Header(logo, navigation menus etc)will be here,
I have this code snippet in an email layout: <div> <?php echo $this->Html->image('Layouts/default/Logo.png', array(
I have this code: <header> <div id=title> <img alt=logo src=/Content/logo.gif /> </div> <nav> <ul
I have logo in H1 tags on my master page. Now I have some
I have a logo link that's using a background-image (css sprite). All works fine,
I have put a logo as the background image in a div <div id=logo

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.