Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 886 Bytes

readme.md

File metadata and controls

13 lines (8 loc) · 886 Bytes

Shiny book reveal

3D hover effect to open a book and reveal the synopsis of the book. I wanted to try out using realistic reflections. You can see the light "reflect" off the cover as it opens.

demo of hover effect

To see it action:

Surface reflection

I tried out putting a reflection underneath to give the appearance of a glossy surface. This can be done with -webkit-box-reflect, which is a non-standard property but has support in all major browsers except Firefox. However, I removed it as it doesn't work in a realistic way with the hover effect.