Toggle navigation
在线编辑器
在线代码
文本比较
jQuery下载
前端库
在线手册
登录/注册
下载代码
html
css
js
分享到微信朋友圈
X
html
This is a typing demo.
css
@font-face { font-family: 'Roboto'; font-style: normal; font-weight: 400; font-display: swap; src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Me5Q.ttf) format('truetype'); } * { font-family: 'Roboto', sans-serif; } body{background-color: #FFE3CA; } a { text-decoration: none; } .contact-wrapper { position: fixed; right: 0; bottom: 80px; transform: translateX(100%); -webkit-transition: transform 0.4s ease-in-out; transition: transform 0.4s ease-in-out; } .contact-wrapper.contact-wrapper--open { transform: translateX(-10px); } .contact-panel { background-color: #fff; border: 1px solid #101845; max-width: 500px; border-radius: 4px; width: 100%; position: relative; } .contact-panel__header { position: relative; background-color: #101845; color: #fff; font-size: 21px; line-height: 16px; padding: 15px; text-align: center; margin: 0; } .contact-panel ul { list-style-type: none; padding: 15px; margin: 0; text-align: center; } .contact-panel ul li { margin: 0 10px; display: inline-block; } .contact-panel ul li a { border-radius: 50%; color: #101845; height: 50px; width: 50px; display: inline-block; line-height: 50px; text-decoration: none; box-shadow: 0 1px 2px 1px rgba(170, 170, 170, 0.2); -webkit-transition: box-shadow 0.4s ease-in-out; transition: box-shadow 0.4s; } .contact-panel ul li a:hover { box-shadow: 0 2px 5px 1px rgba(170, 170, 170, 0.6); } .contact-close { border: 0; color: #ccc; position: absolute; top: 0; right: 10px; line-height: 48px; } .contact-close:focus { outline: none; } .contact-button { border: 0; background-color: #101845; color: #fff; cursor: pointer; padding: 8px 16px; -webkit-transition: background-color 0.4s ease-in-out; transition: background-color 0.4s ease-in-out; font-size: 16px; line-height: 20px; position: fixed; bottom: 10px; right: 10px; border-radius: 4px; } .contact-button:hover { background-color: #212b63; } .wrapper { height: 100vh; display: flex; align-items: center; justify-content: center; } .typing-demo { width: 22ch; animation: typing 2s steps(22), blink 0.5s step-end infinite alternate; white-space: nowrap; overflow: hidden; border-right: 3px solid; font-family: monospace; font-size: 2em; } @keyframes typing { from { width: 0; } } @keyframes blink { 50% { border-color: transparent; } }
JavaScript
粒子
时间
文字
hover
canvas
3d
游戏
音乐
火焰
水波
轮播图
鼠标跟随
动画
css
加载动画
导航
菜单
按钮
滑块
tab
弹出层
统计图
svg
×
Close
在线代码下载提示
开通在线代码永久免费下载,需支付20jQ币
开通后,在线代码模块中所有代码可终身免费下!
您已开通在线代码永久免费下载,关闭提示框后,点下载代码可直接下载!
您已经开通过在线代码永久免费下载
对不起,您的jQ币不足!可通过发布资源 或
直接充值获取jQ币
取消
开通下载
<!doctype html> <html> <head> <meta charset="utf-8"> <title>CSS打字效果-jq22.com</title> <script src="https://www.jq22.com/jquery/jquery-1.10.2.js"></script> <style>
</style> </head> <body>
<script>
</script>
</body> </html>
2012-2021 jQuery插件库版权所有
jquery插件
|
jq22工具库
|
网页技术
|
广告合作
|
在线反馈
|
版权声明
沪ICP备13043785号-1
浙公网安备 33041102000314号