Skip to content

Latest commit

 

History

History

shiny-book-reveal

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

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.