分享一个由原生JS实现的球面展示效果,效果如下:
实现代码如下:
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>原生JS实现球面展示特效</title>
<style>
body {
background-color: #000;
}
#box {
position: relative;
width: 450px;
height: 450px;
margin: 20px auto 0
}
#box a {
position: absolute;
top: 0px;
left: 0px;
font-family: