Chardin.js Simple overlay instructions for your apps.
Tag: overlay
App Showcase with Grid Overlay | Codrops A tutorial about creating a simple grid overlay with subtle transitions for an app showcase. VIEW DEMO DOWNLOAD SOURCE Today we will be creating a little app showcase with a neat effect. The idea is to show a mobile device with a screenshot of an app and when clicking […]
Putting CSS Clip to Work: Expanding Overlay Effect | Codrops A tutorial about how to create a simple expanding overlay effect using the CSS clip property and CSS transitions. VIEW DEMO DOWNLOAD SOURCE Our previous article, Understanding the CSS Clip Property by Hugo Giraudel offers a great overview of the CSS clip property and the rect() function. Today we […]
ANNOTATION OVERLAY EFFECT WITH CSS3
ANNOTATION OVERLAY EFFECT WITH CSS3 A tutorial about how to create an overlay effect to show some more details of an item or image. The effect is CSS-only and uses a combination of the :checked pseudo-class with the sibling combinator.