HTML / CSS (SCSS) About a code Pure CSS Typing Animation With the use of keyframe animations and a couple of (forgivable) magic numbers, we can create a pure CSS typing animation. Compatible browsers:Chrome, Edge, Firefox, Opera, Safari ...
<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,...