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

  • Home
  • SEARCH
  • 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 8535533
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T10:27:13+00:00 2026-06-11T10:27:13+00:00

I want to implement some animation in CSS3 which has an effect like its

  • 0

I want to implement some animation in CSS3 which has an effect like its been coded in flash.
I was looking for some effect which looks like the opening credits of a movie, when the credits keep getting displayed at various positions of the screen while the movie is playing in the background. Only thing instead of using a movie here I want to use images.
Looking for something like this: Madmanimation

  • 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-11T10:27:15+00:00Added an answer on June 11, 2026 at 10:27 am

    A really simple example I just did.

    HTML:

    <h1>That's all!</h1>
    <div class='bg'><h3>Pencil Nebula</h3></div>
    <div class='bg'><h3>N44 in the Large Magellanic Cloud</h3></div>
    <div class='bg'><h3>Messier 83: Central Region</h3></div>
    <div class='bg'><h3>Dark Matter</h3></div>
    

    CSS:

    h1 {
        margin-top: 7em;
        color: transparent;
        text-align: center;
        animation: endani 1s 17s forwards;
    }
    .bg, h3 { position: absolute; }
    .bg {
        top: 0; right: 0; bottom: 0; left: 0;
        background-position: 50% 50%;
        background-size: cover;
        opacity: 0;
    }
    .bg:first-of-type {
        background-image: 
            url(http://i.space.com/images/i/21536/wW4/pencil-nebula-wide-1920.jpg);
        animation: bgani 5s;
    }
    .bg:nth-of-type(2) {
        background-image: 
            url(http://i.space.com/images/i/20755/wW4/N44-Large-Magellanic-Cloud.jpg);
        animation: bgani 5s 4s;
    }
    .bg:nth-of-type(3) {
        background-image: 
            url(http://i.space.com/images/i/20683/wW4/eso-messier-83.jpg);
        animation: bgani 5s 8s;
    }
    .bg:nth-of-type(4) {
        background-image: 
            url(http://i.space.com/images/i/15679/wW4/hubble-cluster-abell-520.jpg);
        animation: bgani 5s 12s;
    }
    h3 {
        padding: .2em .8em;
        background: rgba(0,0,0,.65);
        color: white;
    }
    .bg:first-of-type h3 { top: 25%; left: 15%; }
    .bg:nth-of-type(2) h3 { bottom: 25%; right: 15%; }
    .bg:nth-of-type(3) h3 { top: 25%; right: 15%; }
    .bg:nth-of-type(4) h3 { bottom: 25%; left: 15%; }
    
    @keyframes bgani { 
        0% { opacity: 0; } 20% { opacity: 1; }
        95% { opacity: 1; } 100% { opacity: 0 }
    }
    
    @keyframes endani { to { color: crimson; text-shadow: 0 0 2px white; } }
    

    This one uses four elements (displayed one on top of the other) which have their opacity animated (you fade in the element you want to appear by changing its opacity from 0 to 1 and you fade out the one you want to hide by changing its opacity from 1 to 0), but there are numerous other options, like animating a scale transform (you scale to 0 the element you want to disappear, and from 0 to 1 the element you want to appear) or animating top/ right/ bottom/ left values to move the elements on and offscreen.

    Also, you could have just one element with multiple backgrounds and then animate their background-size or background-position (that’s strictly for switching the images, you’d have to synchronize the changing text with the changing images… or leave them unsynchronized for a more chaotic effect).

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I want to implement some code in excel macro to group some data for
I want to implement a simple script to do some boring housekeeping on my
I want to implement a LocationListener . Checked some tutorials and found this: /**
We want to implement a sitemap.xml feature in out CMS system. There is some
Microsoft has announce that WindowsLiveID become a OpenID provider . I want implement it
I want to implement some sort of lookup table in C++ that will act
I want to implement some attractive /path/to/my/app URLs for a java application. There is
I am want to implement some regex to test a valid filename as: ABCD-A-V1-02/27/2012
I'm having a real serious problem. I want to implement UI where some view
I wonder how do they implement the bone animation in the flash game http://www.foddy.net/athletics.swf

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.