github 连接动画 小手摆摆 See the Pen githubLink by braveyo (@china-boy) on CodePen. vscode 用户自定义代码片段 快速添加 github 动画连接
vscode软件 -> 首选项 -> 用户代码片段 -> 选择对应 HTML
有个模版,你可以自己看看,或者 复制
"Print github link": { "prefix": "ghand", "body": [ "<style>svg{fill:#fff;color:#151513;position:absolute;border:0;right:0}foreignObject,image,marker,pattern,svg:not(:root),symbol{overflow:hidden}@media (max-width:500px){.github-corner:hover .octo-arm{animation:none}.github-corner .octo-arm{animation:octocat-wave 560ms ease-in-out}}.github-corner .octo-arm{-webkit-transform-origin:130px 106px;transform-origin:130px 106px}@keyframes octocat-wave{0%,100%{transform:rotate(0)}20%,60%{transform:rotate(-25deg)}40%,80%{transform:rotate(10deg)}}.github-corner:hover .octo-arm{animation:octocat-wave 560ms ease-in-out}</style>", "<a class=\"github-corner\" href=\"$1\" aria-label=\"View source on Github\">", "<svg width=\"80\" height=\"80\" viewBox=\"0 0 250 250\" aria-hidden=\"true\"><path d=\"M0,0 L115,115 L130,115 L142,142 L250,250 L250,0 Z\"></path><path class=\"octo-arm\" d=\"M128. ...