About This Script
Paste the code below inside the <body> tag on your page to use this on your site.
Demo
You will see the effect when you load this page. Refresh the page to see it again.
Code
<style type="text/css">
.curtain{position:fixed;top:0;bottom:0;width:50%;height:100%;z-index:8008;-webkit-transition:all 2s ease-out;transition:all 2s ease-out}.curtainLeft{left:0}.curtainRight{right:0}.curtain.out{width:5%}
</style>
<noscript>Curtain effect provided by <a href=\"http://www.top-site-list.com\">Top Site List Planet</a></noscript>
<img class="curtain curtainLeft" src="http://www.top-site-list.com/scripts/assets/curtains/curtainLeft.jpg" />
<img class="curtain curtainRight" src="http://www.top-site-list.com/scripts/assets/curtains/curtainRight.jpg" />
<script>
(function() {
setTimeout(function(){
var elements = document.getElementsByClassName("curtain");
for (var i = 0, element; element = elements[i]; i++) {
element.className += " out";
}
},500);
})();
</script>
More scripts