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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 4, 20262026-06-04T03:49:00+00:00 2026-06-04T03:49:00+00:00

Is anyone aware of any css or javascript that creates an effect of gradually

  • 0

Is anyone aware of any css or javascript that creates an effect of gradually erasing text on a web page the same way a chalkboard eraser would erase writing on a chalkboard?

Thanks.

  • 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-04T03:49:02+00:00Added an answer on June 4, 2026 at 3:49 am

    I’ve made a little demo which uses a gradient, box-shadow and keyframe animation. The code is below and you can see it in action at http://dabblet.com/gist/2722829

    .parent {
      width: 400px;
      margin: 125px auto;
      padding: 8px;
      overflow: hidden;
      position: relative;
    }
    .eraser {
      left:-30%;
      top: 8px;
      height: 100%;
      width: 130%;
      border-radius: 135px/65px;
      box-shadow: 0 0 100px 50px rgba(255, 255, 255, .8);
      display: block;
      position: absolute;
      z-index: 2;
      background: radial-gradient(#fff, rgba(255, 255, 255, .95));
      animation: erase 4s ease-out;
    }
    @keyframes erase {
      from {left: -170%;}
      to {left: -30%;}
    }
    <div class="parent">
      <p>Biscuit danish icing halvah jelly beans jelly beans powder liquorice sugar plum. 
      Pie marzipan toffee donut chocolate dragée topping caramels. 
      Applicake wafer donut soufflé. Icing danish dessert icing carrot cake soufflé apple pie.
      </p>
      <div class="eraser"></div>
    </div>
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Is anyone aware of any text editors with Visual Studio editor functionality? Specifically, I'm
Is anyone aware of any lock-free skiplist implimentations and/or research papers that support the
Is anyone aware of any simple way to anglicize a string? Currently, in our
Is anyone aware of any links, papers, presentations, or blog posts that describe a
By any chance is anyone aware of a Perl module that will allow a
Is anyone aware of any implemented algorithms/programs that could fall under the category of
Is anyone aware of any method (or external plugin) that would allow for nested
Is anyone aware of any sample or open-source code that does this? Or a
Is anyone aware of any API's that implement an imap watcher? I.e which keeps
Is anyone aware of any tricks or object order that will modify the custom

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.