“拉开窗帘”就是背景在滚动时从暗变为亮,而顶部的内容在处于粘性位置时也会从亮变为暗。
展示效果如图:
下面用简介明了的代码来给大家介绍这个效果
首先是HTML部分:
类名 curtain是帘,窗帘的意思
类名invert是反转的意思
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Open the curtain effect 拉起窗帘效果</title>
<link rel="stylesheet" href="./index.cs