Skip to content

Commit

Permalink
fix:remove filters from css
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanvl01 committed May 9, 2023
1 parent d2bfe40 commit b44ef01
Show file tree
Hide file tree
Showing 8 changed files with 27 additions and 27 deletions.
2 changes: 1 addition & 1 deletion clip/scenes/scene-1/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
background-size: cover;
background-position: center;
background-repeat: no-repeat;
filter:saturate(50%) sepia(100%) contrast(25%) saturate(170%);
/* filter:saturate(50%) sepia(100%) contrast(25%) saturate(170%); */
}

.text-container{
Expand Down
8 changes: 4 additions & 4 deletions clip/scenes/scene-2/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
}

.background-container{
filter: drop-shadow(10px 50px 20px rgba(0,0,0,0.8));
/* filter: drop-shadow(10px 50px 20px rgba(0,0,0,0.8)); */
position: absolute;
left:-120%;
}
Expand All @@ -23,7 +23,7 @@
width: 1050px;
height: 500px;
background: url({{initParams.slide1.backgroundImage}});
filter:saturate(50%) sepia(100%) contrast(25%) saturate(170%);
/* filter:saturate(50%) sepia(100%) contrast(25%) saturate(170%); */
background-color: aliceblue;
background-clip: border-box;
background-origin: border-box;
Expand Down Expand Up @@ -62,7 +62,7 @@
}

.face-container{
filter: drop-shadow(10px 30px 20px rgba(0,0,0,0.8)) drop-shadow(-10px -20px 20px rgba(0,0,0,0.8));
/* filter: drop-shadow(10px 30px 20px rgba(0,0,0,0.8)) drop-shadow(-10px -20px 20px rgba(0,0,0,0.8)); */
position: absolute;
left:-100%;
}
Expand All @@ -71,7 +71,7 @@
width: 1050px;
height: 500px;
background: url({{initParams.slide1.centerImage}});
filter: sepia(30%) brightness(90%);
/* filter: sepia(30%) brightness(90%); */
background-size: contain;
background-position: center;
background-repeat: repeat;
Expand Down
8 changes: 4 additions & 4 deletions clip/scenes/scene-3/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
}

.background-container{
filter: drop-shadow(10px 50px 20px rgba(0,0,0,0.8));
/* filter: drop-shadow(10px 50px 20px rgba(0,0,0,0.8)); */
position: absolute;
right:-120%;
}
Expand All @@ -23,7 +23,7 @@
width: 1050px;
height: 500px;
background: url({{initParams.slide2.backgroundImage}});
filter:saturate(50%) sepia(100%) contrast(25%) saturate(170%);
/* filter:saturate(50%) sepia(100%) contrast(25%) saturate(170%); */
background-color: aliceblue;
background-clip: border-box;
background-origin: border-box;
Expand Down Expand Up @@ -63,7 +63,7 @@
}

.face-container{
filter: drop-shadow(10px 30px 20px rgba(0,0,0,0.8)) drop-shadow(-10px -20px 20px rgba(0,0,0,0.8));
/* filter: drop-shadow(10px 30px 20px rgba(0,0,0,0.8)) drop-shadow(-10px -20px 20px rgba(0,0,0,0.8)); */
position: absolute;
right:-100%;
}
Expand All @@ -72,7 +72,7 @@
width: 1050px;
height: 500px;
background: url({{initParams.slide2.centerImage}});
filter: sepia(30%) brightness(90%);
/* filter: sepia(30%) brightness(90%); */
background-size: contain;
background-position: center;
background-repeat: repeat;
Expand Down
8 changes: 4 additions & 4 deletions clip/scenes/scene-4/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
}

.background-container{
filter: drop-shadow(10px 50px 20px rgba(0,0,0,0.8));
/* filter: drop-shadow(10px 50px 20px rgba(0,0,0,0.8)); */
position: absolute;
top:-190%;
}
Expand All @@ -23,7 +23,7 @@
width: 800px;
height: 610px;
background: url({{initParams.slide3.backgroundImage}});
filter:saturate(50%) sepia(100%) contrast(25%) saturate(170%);
/* filter:saturate(50%) sepia(100%) contrast(25%) saturate(170%); */
background-color: aliceblue;
background-clip: border-box;
background-origin: border-box;
Expand Down Expand Up @@ -61,7 +61,7 @@
}

.face-container{
filter: drop-shadow(10px 30px 20px rgba(0,0,0,0.8)) drop-shadow(10px -20px 20px rgba(0,0,0,0.8));
/* filter: drop-shadow(10px 30px 20px rgba(0,0,0,0.8)) drop-shadow(10px -20px 20px rgba(0,0,0,0.8)); */
position: absolute;
top:-120%;
}
Expand All @@ -70,7 +70,7 @@
width: 1050px;
height: 500px;
background: url({{initParams.slide3.centerImage}});
filter: sepia(30%) brightness(90%);
/* filter: sepia(30%) brightness(90%); */
background-size: contain;
background-position: center;
background-repeat: repeat;
Expand Down
8 changes: 4 additions & 4 deletions clip/scenes/scene-5/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
}

.background-container{
filter: drop-shadow(10px 50px 20px rgba(0,0,0,0.8));
/* filter: drop-shadow(10px 50px 20px rgba(0,0,0,0.8)); */
position: absolute;
bottom:-130%;
left: 0%;
Expand All @@ -24,7 +24,7 @@
width: 1050px;
height: 610px;
background: url({{initParams.slide4.backgroundImage}});
filter:saturate(50%) sepia(100%) contrast(25%) saturate(170%);
/* filter:saturate(50%) sepia(100%) contrast(25%) saturate(170%); */
background-color: aliceblue;
background-clip: border-box;
background-origin: border-box;
Expand Down Expand Up @@ -61,7 +61,7 @@
}

.face-container{
filter: drop-shadow(10px 30px 20px rgba(0,0,0,0.8)) drop-shadow(10px -20px 20px rgba(0,0,0,0.8));
/* filter: drop-shadow(10px 30px 20px rgba(0,0,0,0.8)) drop-shadow(10px -20px 20px rgba(0,0,0,0.8)); */
position: absolute;
bottom:-120%;
}
Expand All @@ -70,7 +70,7 @@
width: 800px;
height: 610px;
background: url({{initParams.slide4.centerImage}});
filter: sepia(30%) brightness(90%);
/* filter: sepia(30%) brightness(90%); */
background-size: contain;
background-position: center;
background-repeat: repeat;
Expand Down
8 changes: 4 additions & 4 deletions clip/scenes/scene-6/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
}

.background-container{
filter: drop-shadow(10px 50px 20px rgba(0,0,0,0.8));
/* filter: drop-shadow(10px 50px 20px rgba(0,0,0,0.8)); */
position: absolute;
left:-120%;
}
Expand All @@ -23,7 +23,7 @@
width: 1050px;
height: 500px;
background: url({{initParams.slide5.backgroundImage}});
filter:saturate(50%) sepia(100%) contrast(25%) saturate(170%);
/* filter:saturate(50%) sepia(100%) contrast(25%) saturate(170%); */
background-color: aliceblue;
background-clip: border-box;
background-origin: border-box;
Expand Down Expand Up @@ -62,7 +62,7 @@
}

.face-container{
filter: drop-shadow(10px 30px 20px rgba(0,0,0,0.8)) drop-shadow(-10px -20px 20px rgba(0,0,0,0.8));
/* filter: drop-shadow(10px 30px 20px rgba(0,0,0,0.8)) drop-shadow(-10px -20px 20px rgba(0,0,0,0.8)); */
position: absolute;
left:-100%;
}
Expand All @@ -71,7 +71,7 @@
width: 1050px;
height: 500px;
background: url({{initParams.slide5.centerImage}});
filter: sepia(30%) brightness(90%);
/* filter: sepia(30%) brightness(90%); */
background-size: contain;
background-position: center;
background-repeat: repeat;
Expand Down
8 changes: 4 additions & 4 deletions clip/scenes/scene-7/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
}

.background-container{
filter: drop-shadow(10px 50px 20px rgba(0,0,0,0.8));
/* filter: drop-shadow(10px 50px 20px rgba(0,0,0,0.8)); */
position: absolute;
top:-135%;
}
Expand All @@ -23,7 +23,7 @@
width: 800px;
height: 610px;
background: url({{initParams.slide6.backgroundImage}});
filter:saturate(50%) sepia(100%) contrast(25%) saturate(170%);
/* filter:saturate(50%) sepia(100%) contrast(25%) saturate(170%); */
background-color: aliceblue;
background-clip: border-box;
background-origin: border-box;
Expand Down Expand Up @@ -61,7 +61,7 @@
}

.face-container{
filter: drop-shadow(10px 30px 20px rgba(0,0,0,0.8)) drop-shadow(10px -20px 20px rgba(0,0,0,0.8));
/* filter: drop-shadow(10px 30px 20px rgba(0,0,0,0.8)) drop-shadow(10px -20px 20px rgba(0,0,0,0.8)); */
position: absolute;
top:-120%;
}
Expand All @@ -70,7 +70,7 @@
width: 1050px;
height: 500px;
background: url({{initParams.slide6.centerImage}});
filter: sepia(30%) brightness(90%);
/* filter: sepia(30%) brightness(90%); */
background-size: contain;
background-position: center;
background-repeat: repeat;
Expand Down
4 changes: 2 additions & 2 deletions clip/scenes/scene-8/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
}

.background-container{
filter: drop-shadow(10px 50px 20px rgba(0,0,0,0.8));
/* filter: drop-shadow(10px 50px 20px rgba(0,0,0,0.8)); */
position: absolute;
bottom:-135%;
left: 0%;
Expand All @@ -24,7 +24,7 @@
width: 800px;
height: 610px;
background: url({{initParams.outro.backgroundImage}});
filter:saturate(50%) sepia(100%) contrast(25%) saturate(170%);
/* filter:saturate(50%) sepia(100%) contrast(25%) saturate(170%); */
background-color: aliceblue;
background-clip: border-box;
background-origin: border-box;
Expand Down

0 comments on commit b44ef01

Please sign in to comment.