Fix: reorder "The Effet" section

This commit is contained in:
Aroy-Art 2024-07-26 20:05:36 +02:00
parent e6ca230722
commit cdb8af38f8
Signed by: Aroy
GPG key ID: DB9689E9391DD156

View file

@ -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.