Skip to content

Instantly share code, notes, and snippets.

@JoshOohAhhAi
JoshOohAhhAi / index.html
Created October 27, 2024 07:35
Multiple Glow effects Button
<main id="app" class="dark">
<button class="" data-effect="flicker">
<span class="text">Hover me, and change the effect below!</span>
<span class="shimmer"></span>
</button>
<section class="selection">
<label><input type="radio" name="style" value="spin" /> spin</label>
<label><input type="radio" name="style" value="wipe" /> wipe</label>
@JoshOohAhhAi
JoshOohAhhAi / animated-gradient-buttons-with-gsap-and-tsparticles.markdown
Created October 27, 2024 07:33
Animated gradient buttons with GSAP and tsParticles
@JoshOohAhhAi
JoshOohAhhAi / index.html
Created October 26, 2024 13:28
Interactive Gradient & GlassmorphismTOMAZKI
<div class="card">
<svg
viewBox="0 0 100% 100%"
xmlns='http://www.w3.org/2000/svg'
class="noise"
>
<filter id='noiseFilter'>
<feTurbulence
type='fractalNoise'
baseFrequency='0.85'
@JoshOohAhhAi
JoshOohAhhAi / ball-on-a-colorful-grid-css-only.markdown
Created October 26, 2024 12:58
Ball on a colorful grid (CSS only)
@JoshOohAhhAi
JoshOohAhhAi / index.html
Created October 12, 2024 12:56
Responsive Vertical Slider with Clip-Path Animation | Swiper JS
<body>
<div class="swiper-container">
<div class="swiper-wrapper">
<div class="swiper-slide">
<div class="content" data-content="one">
<h1>Hallstatt, Austria</h1>
<p>
Visit Hallstatt, Austria, a beautiful village by a clear lake,
surrounded by tall mountains. Walk through old streets, see
ancient salt mines, and enjoy the peaceful views. This tour is
@JoshOohAhhAi
JoshOohAhhAi / css-only-3d-tagcloud-v2.markdown
Created October 12, 2024 12:54
CSS Only 3D Tagcloud V2

CSS Only 3D Tagcloud V2

A 3D tagcloud that works completely without JavaScript.

You can control the direction of rotation of the tag cloud by clicking outside the tag cloud. The direction of rotation depends on where you click.

If you want to change the appearance, change the values of the CSS variables.

Adding new tags is very easy. Simply create a new li tag in ul. It is important to set the variable --index and to update the variable --num-elements in the ul, i.e. the tagcloud, accordingly.

@JoshOohAhhAi
JoshOohAhhAi / index.html
Created October 12, 2024 12:51
On-Scroll Fire Transition (WebGL + GSAP ScrollTrigger)
<div class="page">
<div class="header">
How it's done
</div>
<div class="content">
<p>
The HTML content you're reading right now is overlaid with a full-screen <b>&lt;canvas&gt;</b> element.
There is a fragment shader that defines opacity and color for each pixel of the <b>&lt;canvas&gt;</b>.
Shader input values are <b>scroll progress (aka animation progress)</b>, <b>time</b>, and <b>resolution</b>.
</p>
@JoshOohAhhAi
JoshOohAhhAi / index.html
Created October 12, 2024 12:49
Neuro Noise (GLSL Shader)
<div class="content">
<div class="section">
<div>
Neural Noise
</div>
</div>
<div class="section">
<div>
GLSL shader based on <a href="https://x.com/zozuar/" target="_blank">@zozuar</a> <a href="https://x.com/zozuar/status/1625182758745128981/" target="_blank">artwork</a>
</div>
@JoshOohAhhAi
JoshOohAhhAi / hexagon-grid-ripple-effect.markdown
Created October 12, 2024 12:47
Hexagon Grid - Ripple Effect

Hexagon Grid - Ripple Effect

A dynamic hexagon grid showcasing an engaging ripple effect, complemented by two versatile themes. Utilize the theme switcher to seamlessly alternate between the vibrant synthwave and the sleek Vision UI theme.

The background image was generated by DALL·E 3, an AI from OpenAI that creates visual content from textual prompts.

A Pen by Konstantin Denerz on CodePen.

License.

@JoshOohAhhAi
JoshOohAhhAi / cube-effect-slider-swiper-js-and-tsparticles.markdown
Created October 12, 2024 12:45
Cube Effect Slider | Swiper JS and tsParticles

Cube Effect Slider | Swiper JS and tsParticles

This pen features a responsive landing page with a cube-effect slider powered by Swiper JS and an animated background created using tsParticles.

Note: Please do not use this on commercial platforms or projects without permission.

A Pen by Ecem Gokdogan on CodePen.

License.