yourforum
Would you like to react to this message? Create an account in a few clicks or log in to continue.
Search
 
 

Display results as :
 


Rechercher Advanced Search

Latest topics
» Water Bottle Flip 2 | Dude Perfect - 10 Million Views in 2 days
How To Add Css3 Peel Image Effect For Blogger  EmptyThu Nov 23, 2017 9:05 pm by Admin

» Binging with Babish: Rachel's Trifle from Friends
How To Add Css3 Peel Image Effect For Blogger  EmptyThu Nov 23, 2017 9:01 pm by Admin

» $1,977 Japanese Grapes - About 4 million views in 4 days
How To Add Css3 Peel Image Effect For Blogger  EmptyThu Nov 23, 2017 8:58 pm by Admin

» Superman-Batman Vol. 5 [2017]
How To Add Css3 Peel Image Effect For Blogger  EmptyThu Nov 23, 2017 8:53 pm by Admin

» BluffTitler Ultimate v13.6.0.2 Multilingual
How To Add Css3 Peel Image Effect For Blogger  EmptyThu Nov 23, 2017 8:44 pm by Admin

» Ultra HD 3840×2160 Wallpaper Pack 192
How To Add Css3 Peel Image Effect For Blogger  EmptyThu Nov 23, 2017 8:38 pm by Admin

» Weather Station v3.4.8
How To Add Css3 Peel Image Effect For Blogger  EmptyThu Nov 23, 2017 8:36 pm by Admin

» Photography Week – 23 November 2017
How To Add Css3 Peel Image Effect For Blogger  EmptyThu Nov 23, 2017 8:31 pm by Admin

» CCleaner v1.23.101 [Professional]
How To Add Css3 Peel Image Effect For Blogger  EmptyThu Nov 23, 2017 8:23 pm by Admin

RSS feeds


Yahoo! 
MSN 
AOL 
Netvibes 
Bloglines 



How To Add Css3 Peel Image Effect For Blogger

Go down

How To Add Css3 Peel Image Effect For Blogger  Empty How To Add Css3 Peel Image Effect For Blogger

Post by Admin Thu Jun 06, 2013 12:34 am

In this article i'm going to explain how to add Css3 Peel Image
Effect For Blogger. You can add this widget to your sidebar. If
you want, you can add a link to image. Im using CSS and HTML for
this widget. you can use your own image by changing links
mentioned at the end of the code.Follow these step to add to your
blog.


How To Add Css3 Peel Image Effect For Blogger  Css+peel+image


Live Demo




1. Log in to blogger account


2. Now select "Layout"


3. Click Add Gadget and select 'HTML/Javascript


4. Paste below one of below code.


a.nowandthen{
position:relative;
display: block;
overflow:hidden;
cursor: pointer;
width: 650px;
height: 434px;
}

a.nowandthen img{
position:absolute;
left:0;
top:0;
width: 100%;
height: 100%;
-moz-transition: all 0.4s ease;
-webkit-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
-ms-transition: all 0.4s ease;
transition: all 0.4s ease;
z-index: 2;
clip: rect(0,650px,434px,0);
}


a.nowandthen img:nth-of-type(2){
z-index: 1;
}


a.nowandthen:hover img:nth-of-type(1){
clip: rect(0,0,434px,0);
opacity: 0;
}


Code:
<style type="text/css">

a.nowandthen{
position:relative;
display: block;
overflow:hidden;
cursor: pointer;
width: 650px;
height: 434px;
}

a.nowandthen img{
position:absolute;
left:0;
top:0;
width: 100%;
height: 100%;
-moz-transition: all 0.4s ease;
-webkit-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
-ms-transition: all 0.4s ease;
transition: all 0.4s ease;
z-index: 2;
clip: rect(0,650px,434px,0);
}


a.nowandthen img:nth-of-type(2){
z-index: 1;
}


a.nowandthen:hover img:nth-of-type(1){
clip: rect(0,0,434px,0);
opacity: 0;
}

</style>

<a class="nowandthen" href="http://www.blogger.com/null">
 <img alt="" src="https://lh6.googleusercontent.com/-mRKGwEN8GlQ/UR1hcIaEk0I/AAAAAAAABWc/_-D0mfksexw/s1600/233.jpg" />
 <img alt="" src="https://lh6.googleusercontent.com/-hHHIGwN-7pU/UQgO1Y_-74I/AAAAAAAABIE/CDv7HMJM-50/s1600/lock-screen.jpg" />
</a>

</style>

5. Now save your HTML/Javascript'.


THAT'S ALL

Admin
Admin

Posts : 2774
Join date : 2012-06-08

https://yourforum.forumotion.com

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum