Circle Navigation Effect - Bubble-like thumbnail preview using CSS3
1–8 of 8 posts
Re: Circle Navigation Effect - Bubble-like thumbnail preview using CSS3
#2Re: Circle Navigation Effect - Bubble-like thumbnail preview using CSS3
#3This's pretty good if it's just CSS
I would be more impressed if the css was also responsible for cropping the larger image and creating a sprite for the button.
Re: Circle Navigation Effect - Bubble-like thumbnail preview using CSS3
#4A possible extension:
Say the user hovers over the right arrow. Show the bubble, but also in the available space to the right of it show other bubbles, showing 2nd next image, the 3rd next image, and so on. That could let you see what's coming up and choose the particular one you want to see.
Re: Circle Navigation Effect - Bubble-like thumbnail preview using CSS3
#5Re: Circle Navigation Effect - Bubble-like thumbnail preview using CSS3
#6This's pretty good if it's just CSS
Only the animation that shows the image on the background. Basically it is one "transition" directive from the background of a button into a pre-processed thumbnail. I would be more impressed if the css was also responsible for cropping the larger image and creating a sprite for the button.
Re: Circle Navigation Effect - Bubble-like thumbnail preview using CSS3
#7Does anyone have a screen shot for those of us without the ability to hover?