gsap实现线圈旋转动画效果代码

代码语言:html

所属分类:动画

代码描述:gsap实现线圈旋转动画效果代码

代码标签: gsap 线圈 旋转 动画

下面为部分代码预览,完整代码请点击下载或在bfwstudio webide中打开

<!DOCTYPE html>
<html lang="en" >

<head>
 
<meta charset="UTF-8">
 

<script type="text/javascript" src="//repo.bfw.wiki/bfwrepo/js/tailwindcss_3.3.3.js"></script>
 
 
</head>

<body translate="no">
 
<main class="bg-black h-screen grid place-items-center text-white">
 
<section class="relative">
   
<div class="h-[400px] w-[200px] border rounded-full"></div>
   
<div class="h-[400px] w-[200px] border rounded-full absolute top-0"></div>
   
<div class="h-[400px] w-[200px] border rounded-full absolute top-0"></div>
   
<div class="h-[400px] w-[200px] border rounded-full absolute top-0"></div>
   
<div class="h-[400px] w-[200px] border rounded-full absolute top-0"></div>
   
<div class="h-[400px] w-[200px] border rounded-full absolute top-0"></div>
   
<div class="h-[400px] w-[200px] border rounded-full absolute top-0"></div>
   
<div class="h-[400px] w-[200px] border rounded-full absolute top-0"></div>
   
<div class="h-[400px] w-[200px] border rounded-full absolute top-0"></div>
   
<div class="h-[400px] w-[200px] border rounded-full absolute top-0"></div>
    <div class="h-[400px] w-[200px] border rounded-full absolute top-0".........完整代码请登录后点击上方下载按钮下载查看

网友评论0