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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 21, 20262026-05-21T22:35:29+00:00 2026-05-21T22:35:29+00:00

I wanted to know if it’s possible with the new CSS3 (and its animations)

  • 0

I wanted to know if it’s possible with the “new” CSS3 (and its animations) to display elements one after the other (maybe with CSS3 animations or a mix of :nth-child and counter?)? I wanted to make some sort of countdown which displays after some seconds every time another element? With JavaScript that wouldn’t be a problem (and I know how to do it) but is it possible with CSS3 (with some of the -webkit-animation-* attributes maybe?)?

HTML is like that (but could be also changed it needed):

<div id="count-it">
    <p>10</p>
    <p>9</p>
</div>
  • 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-21T22:35:29+00:00Added an answer on May 21, 2026 at 10:35 pm

    Hey, played a bit with webkit animation property and here is a little thingy I made that you might found usefull or it should at least give your an idea or two (note: positioning is not very acurate):

    HTML

      <div class="wrapper"><span>5<br />4<br />3<br />2<br />1</span></div>
    

    CSS

      @-webkit-keyframes clock {
           0% {  top: 0; }
           20% {  top: -60; }
           40% {  top: -110;}
           60% { top: -170; }
           80% {  top: -230; }
           100% { top: -290;}
      }
    
      .wrapper span:hover {
          -webkit-animation-name: clock;
          -webkit-animation-duration: 5s;
          -webkit-transform-origin:50% 50%;
          -webkit-animation-iteration-count: 1;
          -webkit-animation-timing-function: ease;
      }
      .wrapper {
          display:block;
          overflow: hidden;
          background-color: #fff;
          height: 50px;
          width: 25px;
          border: 1px solid #000;
          position: relative;
    
      }
    
      .wrapper span {
          font-size: 45px;
          position: absolute;
          top: 0;
      }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I wanted to know if its possible to have a QMaemo5ListPickSelector but one which
I wanted to know how I can display a modal dialog in one of
Wanted to know if someone had a suggestion on code or maybe there's a
Just wanted to know if it is possible to disallow the whole site for
I wanted to know how to use threads in Cocoa. I'm new to this
I wanted to know if what I want to do is even possible, since
I wanted to know that, is it possible to create a pool of objects?
I wanted to know if it was possible to create a control from another
I wanted to know is it possible to check that a device can send
I wanted to know if this is possible? I would like to create a

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.