Skip to content

Instantly share code, notes, and snippets.

@nelsonJM
Created October 30, 2012 21:01
Show Gist options
  • Select an option

  • Save nelsonJM/3983034 to your computer and use it in GitHub Desktop.

Select an option

Save nelsonJM/3983034 to your computer and use it in GitHub Desktop.
JS: Feature Mask
<div id="feature-mask" style="display: none; position: absolute; width: 2771px; height: 2379px; ">
<img onload="javascript: setTimeout(function(){ hideHomepageMask(); }, 3000);" src="http://www.path/to/img" style="position: absolute; left: 159.5px; top: 0px; ">
</div>
<script type="text/javascript">
document.getElementById('feature-mask').style.display = 'block';
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment