让AI帮你复制一个机器人的动画
现在 ai 太强大了,从 x 上看到一个 ai 编程项目中获奖的一个机器人页面, 让 ai 复制一下, 结果不到 5 分钟就复制了一个.
从网上看到一个好网站,让他参考一下
第一次没成功

第二次我把html文件发给他


现在 ai 太强大了,从 x 上看到一个 ai 编程项目中获奖的一个机器人页面, 让 ai 复制一下, 结果不到 5 分钟就复制了一个.



<html> <head> <meta charset="utf-8"> <style> .typing { width: 100em; height: 1.25em; border-right: 1px solid transparent; animation: typing 3.5s steps(200, end); font-family: Consolas, Monaco; word-break: break-all; overflow: hidden; } /* 打印效果 */ @keyframes typing { from { width: 0; } to { width: 100em; } } </style> </head> <body> <p class="typing"> Sure, please provide me with the text you want me to analyze and I will analyze it for you. I will provide you with the sentiment of the text, the tone, and the overall theme. </p> </body> </html>