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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T21:51:00+00:00 2026-05-26T21:51:00+00:00

@-webkit-keyframes roll { 100% { -webkit-transform: rotate(360deg); } } What does the @ and

  • 0
@-webkit-keyframes roll {
    100% { -webkit-transform: rotate(360deg); }
}

What does the “@” and “100%” mean?

  • 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-26T21:51:00+00:00Added an answer on May 26, 2026 at 9:51 pm

    These are CSS3 rules that have been defined by the webkit development team, in advance of formal acceptance as part of the CSS3 specification—hence the inclusion of -webkit in the selector. The @ indicates that this is a CSS rule, rather than a standard selector. @-webkit-keyframes is for specifying keyframes for CSS visual effect animation properties.

    You can define as many keyframes as you like for the animation; in the case you have given only the final keyframe (when 100% of the animation is complete) has been defined. The full syntax and documentation for these rules can be found here.

    For instance, if you wanted the animation to start slowly and then accelerate, while starting and ending smoothly, you could set intermediate keyframes that had non-linear steps in the degree of rotation:

    @-webkit-keyframes roll {
        25% { -webkit-transform: rotate(24deg);
              -webkit-animation-timing-function: ease-in;
            }
        50% { -webkit-transform: rotate(72deg); }
        75% { -webkit-transform: rotate(168deg); }
        100% { -webkit-transform: rotate(360deg); 
            -webkit-animation-timing-function: ease-out;
            }
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am using -webkit-transform (and -moz-transform / -o-transform) to rotate a div. Also have
$(this).css({ -webkit-transform:'rotate(180deg)', -moz-transform: 'rotate(180deg)', -o-transform: 'rotate(180deg)', -ms-transform: 'rotate(180deg)' }); This is throwing the error:
I have this stylesheet: @-webkit-keyframes run { 0% { -webkit-transform: translate3d(0px, 0px, 0px); }
dom.style.-webkit-transform ='rotate(-90deg)'; In Chrome it tell: Uncaught SyntaxError: Unexpected token -
WebKit/Safari supports the console object, which is similar to what Firebug does. But what
Does WebKit expose an API for working directly with its DOM? I'm looking for
I noticed that in Webkit the <button> element does not fire the onclick event
I try to make an animation with webkit-animation and @-webkit-keyframes. I have a div
I've set WebKit keyframes on :hover and element is transforming as it should. Reversed
I have an HTML structure which has css3 inside e.g. @-webkit-keyframes,..etc Is there any

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.