Crazy CSS3 Box Shadows

preview_player
Показать описание
You can get really crazy with css3 box shadow
Рекомендации по теме
Комментарии
Автор

@altu892 with jquery you would use
$(this).css("-webkit-transform", "matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, -50, 1)");
Your gonna have to read up on the transformation matrix :P

optikalefx
Автор

@putzamoale99 ah, there it is. I couldn't freaking think of it during recording. lol

optikalefx
Автор

opaque... the word is opaque.... the opposite of that is translucent. Opaque means fully visible, and nothing can be seen behind it. translucent means you can see stuff behind it. You have opaque, which is only one state, but you can have varying states of translucency.

shakaama