使用animate.css实现网页元素动画效果
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>无涯openAi</title>
<meta name="description" content="免费体验,在线体验,官网地址,免登录,免注册,与Ai对话,请描述您的需求-支持中文、英语、日本语等,和本网站都是基于open ai实现的">
<meta name="keywords" content="人工智能">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css">
<style>
@charset 'UTF-8';
/* your custom styles go here */
</style>
</head>
<body>
<div class='animate__animated animate__fadeIn'>
<div class='animate__animated animate__fadeInDown'>
<div class='animate__animated animate__fadeInLeft'>
<div class='animate__animated animate__zoomIn'>
<label for="chat-gpt-input"></label>
<textarea class='animate__animated animate__slideInLeft' id="chat-gpt-input" placeholder="输入问题" rows="3"></textarea>
</div>
<div class='animate__animated animate__zoomIn'>
<button onclick="callCHATGPT()" class='animate__animated animate__slideInRight'>回答</button>
<button onclick="location.reload()" class='animate__animated animate__slideInRight'>清空</button>
<button onclick="navigator.clipboard.writeText(document.getElementById('chatgpt-response').value);alert('代码已复制到剪贴板!')" class='animate__animated animate__slideInRight'>复制</button>
<button onclick="window.open('zz.html', '_blank')" class='animate__animated animate__slideInRight'>赞助</button>
</div>
<div class='animate__animated animate__zoomIn'>
<label for="chatgpt-response"></label>
<textarea class='animate__animated animate__slideInUp' id="chatgpt-response" placeholder="长途访问,请耐心等待回答 Ai生成它很快,但是由于网络问题我们需要等待,通常内容越长等待越久 如果长时间没反应请刷新页面重试" rows="26"></textarea>
</div>
</div>
</div>
</div>
<script src="js/Cg.js"></script>
</body>
</html>
原文地址: https://www.cveoy.top/t/topic/mxVp 著作权归作者所有。请勿转载和采集!