Blast+jquery+velocity实现文本文字鼠标悬停分解爆炸拆分动画效果代码
代码语言:html
所属分类:动画
代码描述:Blast+jquery+velocity实现文本文字鼠标悬停分解爆炸拆分动画效果代码
代码标签: Blast jquery velocity 文本 文字 鼠标 悬停 分解 爆炸 拆分 动画
下面为部分代码预览,完整代码请点击下载或在bfwstudio webide中打开
<!DOCTYPE html> <html lang="en" > <head> <meta charset="UTF-8"> <script type="text/javascript" src="//repo.bfw.wiki/bfwrepo/js/modernizr-2.js"></script> <link type="text/css" rel="stylesheet" href="//repo.bfw.wiki/bfwrepo/css/normalize.5.0.css"> <style> body { height: 100vh; display: flex; align-items: center; justify-content: center; } h1 { font-family: "Oswald", sans-serif; text-transform: uppercase; font-size: 64px; text-align: center; } span { display: inline-block; } </style> <link href='https://fonts.googleapis.com/css?family=Oswald:300' rel='stylesheet' type='text/css'> </head> <body translate="no"> <h1>Explode</h1> <script type="text/javascript" src="//repo.bfw.wiki/bfwrepo/js/jquery.2.11.js"></script> <script type="te.........完整代码请登录后点击上方下载按钮下载查看
网友评论0