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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 15, 20262026-06-15T04:55:37+00:00 2026-06-15T04:55:37+00:00

have this CSS3 code: #box1 { position: relative; width: 300px; border: 1px solid black;

  • 0

have this CSS3 code:

#box1
    {
    position: relative;
    width: 300px;
    border: 1px solid black;
    box-shadow:  -3px 8px 34px  #808080;
    border-radius: 20px;
    box-shadow: -8px 5px 5px #888888;
    right: 700px; 
    top:  -200px;
    height:  150px;
}


@-webkit-keyframes myfirst {
    0%   { right:700px; top:-200px;background: yellow;}
    50%  {background:blue; right:700px; top:200px;}
    100% { right:700px; top:-200px; background: yellow}
}

#stam {
    font-size: large;
    background: green;
    width: 100px;
    top: 400px;
    position: absolute;
}

#stam:hover ~ #box1 { -webkit-animation:myfirst 2s; }

you can see how the code works here: http://jsfiddle.net/FLe4g/2/

my question is: how can I do the animation so when I put the mouse on “stam” div the animation will stop on “50%” ( 50% {background:blue; right:700px; top:200px;}) of the animation, and only when I move the mouse from “stam” div, the animation continue? I’m really prefer that the solution will be with CSS3 and not with js… thank you!

  • 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-15T04:55:37+00:00Added an answer on June 15, 2026 at 4:55 am

    For backward animation i used transition, so when you going forward you use animation frames and when you go backward you use transition:

    #box1
        {
        position: relative;
        width: 300px;
        border: 1px solid black;
        box-shadow:  -3px 8px 34px  #808080;
        border-radius: 20px;
        box-shadow: -8px 5px 5px #888888;
        right: 300px; 
        top:  -200px;
        height:  150px;
        -webkit-transition: all 2s;
    }
    
    
    @-webkit-keyframes myfirst {
        0%   { right:300px; top:-200px;background: yellow;}
        100%  {background:blue; right:500px; top:200px;}
    }
    
    #stam {
        font-size: large;
        background: green;
        width: 100px;
        top: 400px;
        position: absolute;
    }
    
    #stam:hover ~ #box1 { 
        -webkit-transition: all 0s;
        background:blue; right:500px; top:200px;
        -webkit-animation:myfirst 2s; 
        -webkit-animation-fill-mode: forwards; 
        }​
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Ok, I'm quite new to CSS3. I have this code: <div class=Mat-Shadow-Box-Text> <div class=Mat-Shadow-Box-TextBleu2>
I have make a parallelogram with CSS3. With this code: #parallelogram { width: 150px;
If I have this box in CSS3 (also if, for what I understand, this
I have this css3 transition code: http://jsfiddle.net/uRxKg/ CSS: body, html { height: 100%; margin:
To add box-shadow to a HTML element, I currently have to do this: box-shadow:
I have this CSS3 animation that works in Chrome .circle-label-rotate { -webkit-animation-name: rotateThis; -webkit-animation-duration:.5s;
I have this form, in which i need to populate a combo box with
I have a css3 animation, im using the code below to rotate a cube
I have a CSS3 position transition that makes a dive slide from one side
CSS3 increase space bwteen circle and text I've this code for padding it does

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.