|
|

楼主 |
发表于 2023-7-15 10:31
|
显示全部楼层
本帖最后由 南无月 于 2023-7-16 10:31 编辑
:doodle { @size: auto 4em; z-index:5; bottom: 20px; left:50px; --geci: " css-doodle player"; --motion: cover2; --tt: 1s; }display: grid;place-items: center start;:before, :after {content: var(--geci);color: AliceBlue;font: bold 2em sans-serif;text-shadow: 1px 1px 2px #000;white-space: pre;}:after {position: absolute;width: 0;color:LightSkyBlue;overflow: hidden;animation: var(--motion) var(--tt) linear forwards var(--state);}@keyframes cover1 { from { width: 0; } to { width: 100%; } }@keyframes cover2 { from { width: 0; } to { width: 100%; } }
|
|