简体   繁体   English

如何做javascript / jQuery文字效果David Desandro

[英]how to do javascript/jQuery text effect david desandro

http://desandro.com/ if you scroll to the bottom of the page it says : DAVID DESANDRO MADE THIS. http://desandro.com/如果滚动到页面底部,则显示:DAVID DESANDRO做到了。

On hover it has an awesome effect would anyone know how to accomplish this using http://designobvio.us/DoUs/directPro.html 在悬停时,它会产生令人敬畏的效果,任何人都知道如何使用http://designobvio.us/DoUs/directPro.html完成此操作

eg PORTFOLIO 例如投资组合

  <h2 id="introTopic">PORTFOLIO</h2>

Thank you guys so much!! 非常感谢你们!!

He's using Transitions (webkit/firefox? not sure about other support): 他正在使用Transitions(webkit / firefox?不确定其他支持):

#site-footer .made-this a {
  -moz-transition: all 0.12s ease-out 0s; /* this is what you want */
  display: block;
  font-size: 42px;
  font-weight: 800;
  line-height: 0.9em;
  margin-bottom: 10px;
  position: relative;
  text-transform: uppercase;
}

He's also got a fantastic set of products. 他也有一套很棒的产品。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM