<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Anime.js Black Hole Effect</title>
<style>
body {
margin: 0;
overflow: hidden;
background: black;
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
}
.dot {
position: absolute;
border-radius: 50%;
transform: translate(-50%, -50%);
}
#black-hole {
position: absolute;
width: 40px; /* 黑洞大小 */
height: 40px;
background: red;
border-radius