Transitioneffect

GK User
Tue Mar 20, 2012 3:15 pm
Hey,

how the transitioneffect on the images works. i mean the images on the homepage, when you move on the small pics..

greats
User avatar
Junior Boarder

GK User
Tue Mar 20, 2012 4:07 pm
Hi,

The effect is managed by css, when hovering on image the opacity value will be change, the code is in file /templates/gk_pixellove/css/gk.stuff.css
Code: Select all
.header .nspArt:hover .nspImage  { opacity: 1.0; filter: alpha(opacity=100); }   
User avatar
Platinum Boarder


cron