图片/图形

基于canvas的动态马赛克文字特效

阿里云


这是一款基于 canvas 的动态马赛克文字特效。该特效使用 canvas 在屏幕上刻画你输入的任何文字内容,效果非常炫酷。
使用方法
在 HTML 文件中引入

  1. <strong><script src='https://cdnjs.cloudflare.com/ajax/libs/underscore.js/1.8.3/underscore-min.js'></script>
  2. <script  src="./js/script.js"></script></strong>
也想出现在这里?联系我们
创客主机

HTML 结构

  1. <input type="text" id="input" placeholder="请输入内容" value="#countdown" title="type and press enter" />

CSS 样式

  1. #input {
  2.   position: absolute;
  3.   bottom: 10px;
  4.   left: 50%;
  5.   width: 8em;
  6.   max-width: 80%;
  7.   background: none;
  8.   border: none;
  9.   outline: none;
  10.   border-bottom: 2px solid #fff;
  11.   color: #fff;
  12.   font-size: 3em;
  13.   text-align: center;
  14.   z-index: 999;
  15.   opacity: .25;
  16.   -webkit-transform: translateX(-50%);
  17.           transform: translateX(-50%);
  18.   transition: opacity .3s;
  19. }
  20. #input:hover, #input:focus {
  21.   opacity: 1;
  22. }
  23.  
  24. body {
  25.   position: fixed;
  26.   top: 0;
  27.   left: 0;
  28.   width: 100%;
  29.   height: 100%;
  30.   margin: 0;
  31.   padding: 0;
  32.   -webkit-user-select: none;
  33.      -moz-user-select: none;
  34.       -ms-user-select: none;
  35.           user-select: none;
  36. }

Codepen 网址:https://codepen.io/edmundojr/pen/MpXVgW

基于 canvas 的动态马赛克文字特效

已有 350 人购买
  • cwt7
查看演示升级 VIP立刻购买

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

发表回复

热销模板

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

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