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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T08:13:09+00:00 2026-06-17T08:13:09+00:00

I have a CSS3 animation, that simply moves a <div> down (via top: 0px;

  • 0

I have a CSS3 animation, that simply moves a <div> down (via top: 0px; to top: 300px;). But my problem is, I don’t know how to prevent the <div> from returning to the top when the animation is finished. Is there a way I can prevent this?

Here’s a sample fiddle: http://jsfiddle.net/y8tJ7/

  • 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-17T08:13:10+00:00Added an answer on June 17, 2026 at 8:13 am

    You need to invert the animation like so.

    @keyframes move {
      from{
        top: 20px;
      }
    }
    

    See http://jsfiddle.net/gleezer/y8tJ7/1/

    This way its finishing position is specified in the div styling and you only specify the beginning state in the keyframe.

    EDIT: Another way of achieving it could be to simply add:

    animation-fill-mode: forwards.

    See this other fiddle.

    Some more info about it on Mozilla Dev Network.

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

Sidebar

Related Questions

welp.. I used to have css3 animation that worked on my google chrome but
I have a tough CSS3 Animation problem that I dont even know how to
I have this CSS3 animation that works in Chrome .circle-label-rotate { -webkit-animation-name: rotateThis; -webkit-animation-duration:.5s;
I have a CSS3 animation that needs to be restarted on a click. It's
I'm running into a problem. I'd simply like to, once one CSS3 animation has
I have several CSS3 animations linked to one div, but I only want a
I have a CSS3 animation that jostles around at random when I click Play.
I have made a CSS3 animation plugin for jquery that works perfectly in JS
I have a custom animation in CSS3 which I can transition into view, but
So I have created a CSS3 animation that does not behave consistently across the

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.