CSS-only Typewriter Text Animation Compatible browsers: Chrome, Edge, Firefox, Opera, Safari Responsive: yes Dependencies: - Author Marko July 1, 2020 Links demo and code Made with HTML / CSS About a code CSS Typing Effect Compatible browsers: Chrome, Edge, Firefox, Opera, Safari Responsiv...
CSS-Inspiration/border/border-typing.md Go to file 52 lines (40 sloc) 1.22 KB Raw Blame border-color 变换实现文字输入效果 border-color 变换实现文字输入效果。 关键点 利用border-right 实现光标闪烁 HTML: <h1>Pure CSS Typing animation.</h1> SCSS: body { background: black; color: #ff...
<h1>Pure CSS Typing animation.</h1> SCSS: body { background: black; color: #fff; } h1 { font: bold 200% Consolas, Monaco, monospace; border-right: 0.1em solid; width: 16.5em; width: 26ch; margin: 2em 1em; white-space: nowrap; overflow: hidden; animation: typing 3s steps(26,...
<h1>Pure CSS Typing animation.</h1> SCSS: body { background: black; color: #fff; } h1 { font: bold 200% Consolas, Monaco, monospace; border-right: 0.1em solid; width: 16.5em; width: 26ch; margin: 2em 1em; white-space: nowrap; overflow: hidden; animation: typing 3s steps(26,...
<h1>Pure CSS Typing animation.</h1> SCSS: body { background: black; color: #fff; } h1 { font: bold 200% Consolas, Monaco, monospace; border-right: 0.1em solid; width: 16.5em; width: 26ch; margin: 2em 1em; white-space: nowrap; overflow: hidden; animation: typing 3s steps(26,...
<h1>Pure CSS Typing animation.</h1> SCSS: body { background: black; color: #fff; } h1 { font: bold 200% Consolas, Monaco, monospace; border-right: 0.1em solid; width: 16.5em; width: 26ch; margin: 2em 1em; white-space: nowrap; overflow: hidden; animation: typing 3s steps(26,...
CSS-Inspiration/border/border-typing.md Go to file Copy path 52 lines (40 sloc)1.22 KB RawBlame border-color 变换实现文字输入效果 border-color 变换实现文字输入效果。 关键点 利用border-right 实现光标闪烁 HTML: <h1>Pure CSS Typing animation.</h1> ...
<h1>Pure CSS Typing animation.</h1> SCSS: body { background: black; color: #fff; } h1 { font: bold 200% Consolas, Monaco, monospace; border-right: 0.1em solid; width: 16.5em; width: 26ch; margin: 2em 1em; white-space: nowrap; overflow: hidden; animation: typing 3s steps(26,...
<h1>Pure CSS Typing animation.</h1> SCSS: body { background: black; color: #fff; } h1 { font: bold 200% Consolas, Monaco, monospace; border-right: 0.1em solid; width: 16.5em; width: 26ch; margin: 2em 1em; white-space: nowrap; overflow: hidden; animation: typing 3s steps(26,...