mirror of
https://github.com/Aroy-Art/Aroy-Art-Site.git
synced 2024-12-26 20:24:23 +01:00
Fix: reorder "The Effet" section
This commit is contained in:
parent
e6ca230722
commit
cdb8af38f8
1 changed files with 12 additions and 10 deletions
|
@ -506,16 +506,7 @@ slug: cyberpunk-style-glitch-text-walkthrough
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
# The Effect
|
# Walkthrough
|
||||||
|
|
||||||
{{< details "The Effect (What we are going to make)">}}
|
|
||||||
<div class="hero-container">
|
|
||||||
<div class="environment"></div>
|
|
||||||
<h2 class="hero glitch layers" data-text="近設計"><span>近設計</span></h2>
|
|
||||||
</div>
|
|
||||||
{{< /details >}}
|
|
||||||
|
|
||||||
## Walkthrough
|
|
||||||
|
|
||||||
This came out of a 24-hour work sprint to replicate some sophisticated video VFX and to make it more flexible.
|
This came out of a 24-hour work sprint to replicate some sophisticated video VFX and to make it more flexible.
|
||||||
|
|
||||||
|
@ -534,6 +525,17 @@ There's a lot of pieces that go into an effect like this. What follows is an out
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
## The Effect
|
||||||
|
|
||||||
|
This is how the complete effect looks like
|
||||||
|
|
||||||
|
{{< details "The Effect (What we are going to make)">}}
|
||||||
|
<div class="hero-container">
|
||||||
|
<div class="environment"></div>
|
||||||
|
<h2 class="hero glitch layers" data-text="近設計"><span>近設計</span></h2>
|
||||||
|
</div>
|
||||||
|
{{< /details >}}
|
||||||
|
|
||||||
## Layers
|
## Layers
|
||||||
|
|
||||||
Create multiple layers to play with. For this example I'll use `::before` & `::after` elements, but this could just as easily be multiple div's overlapped, or whatever.
|
Create multiple layers to play with. For this example I'll use `::before` & `::after` elements, but this could just as easily be multiple div's overlapped, or whatever.
|
||||||
|
|
Loading…
Reference in a new issue