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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 6, 20262026-06-06T05:51:05+00:00 2026-06-06T05:51:05+00:00

does any one know how to make the slide to left effect like in

  • 0

does any one know how to make the slide to left effect like in the “Read it Later” app with CSS3 or JS?

onclick –> slide whole div to left and show the div under the one which slides away.

here is an video with the example: READ IT LATER

  • 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-06T05:51:08+00:00Added an answer on June 6, 2026 at 5:51 am

    May be that’s you want with css3.
    CSS

    .parent{
        width:300px;
        border:1px solid red;
        height:100px;
        position:relative;
    }
    .box{
        width:40px;
        height:40px;
        background:green;
        display:block;
        z-index:0;
    }
    .slider{
        width:300px;
        background:#454545;
        color:#fff;
        font-weight:bold;
        font-size:24px;
        height:100px;
        position:absolute;
        top:0;
        right:300px;
        transition: right 1s ease;
        -moz-transition: right 1s ease; /* Firefox 4 */
        -webkit-transition:right 1s ease; /* Safari and Chrome */
        -o-transition:right 1s ease; /* Opera */
        z-index:1;
    }
    .box:focus + .slider,.box:active + .slider{
        right:0;
    }
    

    HTML

    <div class="parent">
        <a href="#" class="box"></a>
        <div class="slider">hello</div>
    </div>
    

    Check this http://jsfiddle.net/MhHx2/

    UPDATED

    http://jsfiddle.net/MhHx2/4/

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

Sidebar

Related Questions

Does anyone know of a way to make an AIR app display over top
Does anyone know how you can make a cocoa sheet with rounded corners like
Does any one know in which programming language were Google Talk application developed. yes
Does any one know what is the exact usage of xmlns in HTML, XML
Does any one know if there is kinda implementation/addon for VS 2008 SP1 for
Does any one know when Microsoft intends to stop supporting Visual Studio 2002?
Does any one know how to connect my c# console application to .net remoting
Does any one know how I would have to change the following to work
Does anyone know how to make an embedded youtube video to play in loop?
Does anyone know how to make labels, or text, smoother? At the moment they

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.