Asp.net modules
  • Home
  • c# Modules
  • Web Design
    • Html
    • Css
    • Java Script
  • Bootstrap
  • Sql
    • Queries
    • Stored Procedures
  • About Me
    • About Myself
    • My Projects
    • My Resume
  • Photo Gallery

Friday, February 3, 2017

How To Create Image wipe Effect With CSS3 Webkit Animation

 Unknown     9:57 PM     css, js     No comments   

Intoduction :-
Hii Friends... 

Today I explain how to create a Image wipe effect with CSS3. CSS transition and animations provide a way for web developers to describe various kind of animation of CSS properties. you can use this code in your project copy this code and paste it.
Demo :-



Example :- 

<!DOCtYPE htMl>
<html>

<head>
    <meta charset="utf-8">
  
    <title>C# jadu Image Wipe</title>
    <style>

    @-webkit-keyframes wipe {
            0% {
                -webkit-mask-position: 0 0;
            }
            100% {
                -webkit-mask-position: -1200px -1200px;
            }
        }
      
        #rollover {
            width: 330px;
            height: 310px;
            position: relative;
            border: 8px solid #eee;
            margin-left: 50px;
            margin-top: 50px;
            -webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.75);
        }
  
        #rollover div {
            position: absolute;
            top: 0;
            left: 0; 
        }
      
        #rollover div:nth-child(2) {
            -webkit-transition: -webkit-mask-position 1s ease;      
            -webkit-mask-size: 600px 600px;
            -webkit-mask-image: -webkit-gradient(linear, left top, right top,
                    color-stop(0.00,  rgba(0,0,0,1)),
                    color-stop(0.35,  rgba(0,0,0,1)),
                    color-stop(0.50,  rgba(0,0,0,0)),
                    color-stop(0.75,  rgba(0,0,0,0)),
                    color-stop(1.00,  rgba(0,0,0,0)));
        }
      
        #rollover div:nth-child(2):hover {
            -webkit-mask-position: -300px -300px;
        }
  
    </style>

</head>

<body>
    <div id="page-wrap">
        <div id="rollover">
            <div><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhlEf-315eBzFgzsw8kpIJrhT69UIYJKtR4HsA8zGKQq6G2_xAuBz2g9Sw-EngxVeB3vySoZA-2LWFbksqNPSLML7HikbiV5U9iWseFBL6VIah4MykOz_WzBIMqfOKHUgsPwSCX6mSDhHg/w140-h87-p/AsPDOtNEt.jpg" alt="Smile"></div>
            <div><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjTvWNItObgKhKiv-ahgCUQE7vpfahTmyZrnJcmyBvXsKw_1oLQScNMvNUn-L94sfE-ubpgj5Sm8k4Xw69L6AQcQI_0gYQNe6K83wVgGezxg02315r0ryZW-HPKJ-ZCa08UVnmZ_S95h8A/w140-h140-p/AspDotNet.jpg" alt="Sleep"></div>
        </div>
    </div>  
</body>
</html>
Read More
  • Share This:  
  •  Facebook
  •  Twitter
  •  Google+
Newer Posts Older Posts Home

Popular Posts

  • Asp.net insert, Edit, update, delete in grid view
    Introduction :   Here I explain how to insert, edit, update and delete data in grid view using asp.net. In this project I use so...
  • Angular Expressions
    Intoduction :-   Hii Friends... Today I explain about angular js expressions. this is similar to JavaScript expressions. 1) The expr...
  • Basic of css.
    Introduction :- Hii Friends..   Today I explain what is Css and why we use Css and the basic structure of css. so here I               ...
  • stored procedure with case and actions
    Intoduction :- Hii Friends... Today I  explain how to use case and action in stored procedure .  CREATE Proc [dbo].[Proc_ManageRatingA...
  • How to create pikachu character using HTML & CSS
    Hii Friends... Today I explain how to create cartoon( Pikachu character) using HTML and CSS . you can use this code in your project cop...
  • How To Make Semi-Transparent Buttons
    Intoduction :-   Hii Friends...   Today I explain how to make Semi-Transparent Buttons with the help of css. This style now a days goes t...
  • Create a Cart Popup div in HTML & CSS
    Intoduction :-   Hii Friends... Today I explain how to Create a Cart Popup div in HTML & CSS . This moduel base on mouse hover when y...
  • Awarepedia services
    Intoduction :-   Hii Friends...   Today I explain services of awarepedia.com  . Awarepedia is a online software development company and the...
  • How To scroll from bottom to top
    Intoduction :- Hii Friends...   Today I explain How To scroll from top to bottom and bottom to top, we use “scrollTop” function of jque...
  • Auto-Hiding Navbar with Javascript
    Intoduction :-   Hii Friends... today i explain how to hide a navbar when scroll the page. Fixed headers are fairly common nowadays with...

Blog Archive

  • ▼  2017 (13)
    • ►  December (1)
    • ►  March (5)
    • ▼  February (1)
      • How To Create Image wipe Effect With CSS3 Webkit A...
    • ►  January (6)
  • ►  2016 (31)
    • ►  November (1)
    • ►  September (1)
    • ►  June (6)
    • ►  May (3)
    • ►  April (2)
    • ►  March (8)
    • ►  February (9)
    • ►  January (1)
  • ►  2015 (31)
    • ►  December (3)
    • ►  November (4)
    • ►  October (18)
    • ►  September (6)

About Me

Unknown
View my complete profile

Copyright © Asp.net modules | Powered by Blogger
Design by Sheetal Khandelwal