• Страница 1 из 1
  • 1
Форум » Главное Убежище » Мастерская » Скрипты » Эффект Прозрачности
Эффект Прозрачности
МольфарДата: Воскресенье, 17.08.2014, 16:14 | Сообщение # 1



Группа: Создатели миров
Сообщений: 66
Награды: 0
-
13
+
Статус: Offline
Эффект прозрачности. Хорошая вещь

Это в CSS:
Код
/* ----////// Эффект прозрачности /////------- */     

    .opacitymy a img {     
    opacity:0.5; -moz-opacity:0.5; filter:alpha(opacity=40);transition: all   
    0.2s ease;-webkit-transition: all 0.2s ease;-moz-transition: all 0.2s    
   ease;-o-transition: all 0.2s ease;     
    }     

    .opacitymy a:hover img {     
    opacity:1.5; -moz-opacity:1.0; filter:alpha(opacity=100);     
    }    

    #banners a img {     
    opacity:0.5; -moz-opacity:0.5; filter:alpha(opacity=40);transition: all   
    0.2s ease;-webkit-transition: all 0.2s ease;-moz-transition: all 0.2s    
   ease;-o-transition: all 0.2s ease;     
    }     

    #banners a:hover img {     
    opacity:1.5; -moz-opacity:1.0; filter:alpha(opacity=100);     
    }    

    #to_main a {     
    opacity:0.2; -moz-opacity:0.2; filter:alpha(opacity=20);transition: all   
    0.2s ease;-webkit-transition: all 0.2s ease;-moz-transition: all 0.2s    
   ease;-o-transition: all 0.2s ease;     
    }     
    #to_main a:hover {     
    opacity:1.5; -moz-opacity:1.0; filter:alpha(opacity=100);     
    }    

    #to_edit a {     
    opacity:0.4; -moz-opacity:0.4; filter:alpha(opacity=40);transition: all   
    0.2s ease;-webkit-transition: all 0.2s ease;-moz-transition: all 0.2s    
   ease;-o-transition: all 0.2s ease;     
    }     
    #to_edit a:hover {     
    opacity:1.5; -moz-opacity:1.0; filter:alpha(opacity=100);     
    }    

    .fade_img {     
    opacity:0.8; -moz-opacity:0.4; filter:alpha(opacity=40);transition: all   
    0.2s ease;-webkit-transition: all 0.2s ease;-moz-transition: all 0.2s    
   ease;-o-transition: all 0.2s ease;     
    }     
    .fade_img:hover {     
    opacity:1.5; -moz-opacity:1.0; filter:alpha(opacity=100);     
    }    

    .fade_img_x2 {     
    opacity:0.4; -moz-opacity:0.4; filter:alpha(opacity=40);transition: all   
    0.2s ease;-webkit-transition: all 0.2s ease;-moz-transition: all 0.2s    
   ease;-o-transition: all 0.2s ease;     
    }     
    .fade_img_x2:hover {     
    opacity:1.5; -moz-opacity:1.0; filter:alpha(opacity=100);     
    }    

    .fade_button {     
    opacity:0.4; -moz-opacity:0.4; filter:alpha(opacity=40);transition: all   
    0.5s ease;-webkit-transition: all 0.5s ease;-moz-transition: all 0.5s    
   ease;-o-transition: all 0.5s ease;     
    }     
    .fade_button:hover {     
    opacity:1.5; -moz-opacity:1.0; filter:alpha(opacity=100);     
    }
Страна:
Форум » Главное Убежище » Мастерская » Скрипты » Эффект Прозрачности
  • Страница 1 из 1
  • 1
Поиск: