ScrollMagic实现滚动颜色变换
代码语言:html
所属分类:加载滚动
下面为部分代码预览,完整代码请点击下载或在bfwstudio webide中打开
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title> Color changing on scroll | GSAP + ScrollMagic</title>
<style>
body {
font-family: sans-serif;
}
.o-section {
height: 100vh;
display: flex;
align-items: center;
justify-content: center;
}
</style>
</head>
<body translate="no">
<div class="o-section-wrapper js-init-color" data-init-color="#fffff">
<section class="o-section js-change-color" data-change-color="#00ffff">
<.........完整代码请登录后点击上方下载按钮下载查看
















网友评论0