图片/图形

30 种炫酷HTML5鼠标滑过图片标题显示效果

阿里云


现在的网站越做越精美,用户体验要求越来越高,这个插件给你展示了 30 种 HTML5 和 css3 鼠标滑过图片时图片显示标题的炫酷效果。这些鼠标滑过图片效果都使用了 html5 和 css3 3D transform 等技术制作。 这个插件使用 css 3D transforms 和伪元素来制作动画效果。请确保你的浏览器支持这些 css3 特性。另外,在文本上使用 css transitions 时,火狐浏览器存在一些小 bug(文本看起来不是十分的平滑)

HTML

  1. <div class="grid">
  2.   <figure class="effect-lily">
  3.     <img src="img/1.jpg" alt="img01"/>
  4.     <figcaption>
  5.       <h2>Nice <span>Lily</span></h2>
  6.       <p>Lily likes to play with crayons and pencils</p>
  7.       <a href="http://www.htmleaf.com/">View more</a>
  8.     </figcaption>     
  9.   </figure>
  10.   <!-- ... -->
  11. </div>
也想出现在这里?联系我们
创客主机

CSS

下面列出了“Sadie”效果的 css 代码,我们将在伪元素上使用线性渐变来制作标题动画效果。

  1. figure.effect-sadie figcaption::before {
  2.   position: absolute;
  3.   top: 0;
  4.   left: 0;
  5.   width: 100%;
  6.   height: 100%;
  7.   background: linear-gradient(to bottom, rgba(72,76,97,0) 0%, rgba(72,76,97,0.8) 75%);
  8.   content: '';
  9.   opacity: 0;
  10.   transform: translate3d(0,50%,0);
  11. }
  12.  
  13. figure.effect-sadie h2 {
  14.   position: absolute;
  15.   top: 50%;
  16.   left: 0;
  17.   width: 100%;
  18.   color: #484c61;
  19.   transition: transform 0.35s, color 0.35s;
  20.   transform: translate3d(0,-50%,0);
  21. }
  22.  
  23. figure.effect-sadie figcaption::before,
  24. figure.effect-sadie p {
  25.   transition: opacity 0.35s, transform 0.35s;
  26. }
  27.  
  28. figure.effect-sadie p {
  29.   position: absolute;
  30.   bottom: 0;
  31.   left: 0;
  32.   padding: 2em;
  33.   width: 100%;
  34.   opacity: 0;
  35.   transform: translate3d(0,10px,0);
  36. }
  37.  
  38. figure.effect-sadie:hover h2 {
  39.   color: #fff;
  40.   transform: translate3d(0,-50%,0) translate3d(0,-40px,0);
  41. }
  42.  
  43. figure.effect-sadie:hover figcaption::before ,
  44. figure.effect-sadie:hover p {
  45.   opacity: 1;
  46.   transform: translate3d(0,0,0);
  47. }

30 种炫酷 HTML5 鼠标滑过图片标题显示效果

已有 255 人购买
  • lwfr
查看演示升级 VIP立刻购买

演示地址 下载地址
收藏
(0)

发表回复

热销模板

Ashade - 作品展示摄影相册WordPress汉化主题
LensNews

本站承接 WordPress / PbootCMS / DedeCMS 等
系统建站、仿站、开发、定制等业务!