效果图:
官网:轻量级jQuery轮播图插件HappyImage
依赖
jQuery (1.8.0 或以上版本)
兼容
Chrome, Firefox, Edge, Safari, IE9+
使用方法
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>HappyImage</title>
<style>
body{
background-color: #1F1F1F
}
p {
text-align:center;
font-size:30px;
margin:20px 0;
color: aliceblue;
}
.target {
width:700px;
height:300px;
overflow:hidden;
position:relative;
<