Eric Swipe Test

HTML
<div id="image1"><img src="http://paintritepros.new-athena.zencloud.me/wp-content/themes/paintritepros/images/sample-hero-photos/paintrite_after.jpg"/></div> <div id="image2"><img src="http://paintritepros.new-athena.zencloud.me/wp-content/themes/paintritepros/images/sample-hero-photos/paintrite_before.jpg"/></div>
CSS
#image1, #image2 { position:absolute; width: 1200px; display: block; overflow: hidden; border-right: 2px solid #fff; } #image2 { transform: all ease 3s; } #image2.animate { width:0%; }
JAVASCRIPT
$("#image2").animate({width:"0"},6000);
Expand for more options Login