Skip to content

Instantly share code, notes, and snippets.

@codingdudecom
Last active August 20, 2019 10:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save codingdudecom/980c9f06514d1c7466a7182556ec94a6 to your computer and use it in GitHub Desktop.
Save codingdudecom/980c9f06514d1c7466a7182556ec94a6 to your computer and use it in GitHub Desktop.
Animated Sun Rays Overlay + CSS
<h1><a href="https://1.envato.market/c/361744/275988/4415?subId1=codepen&u=https://graphicriver.net/item/sunlight-animated-gif-photoshop-action/20329868">Animated Sun Rays Overlay Action</a></h1>
<p>by <a href="http://www.psd-dude.com">PSDDude</a></p>
<div class="wrap"><img name="your-image" src="https://cdn.pixabay.com/photo/2019/08/14/13/45/sunset-4405820_960_720.jpg" alt="">
<img class="overlay" src="http://www.psd-dude.com/tutorials/images/animated-sunlight-by-psddude.gif" alt="Animated Sunlight by PSDDude">
</div>
.wrap{
position:relative;
display:inline-block;
}
.overlay{
position:absolute;
left:0;
top:0;
bottom:0;
width:100%;
height:99%;
object-fit:cover;
mix-blend-mode:screen;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment