Merge branch 'main' into add-scramble-text

This commit is contained in:
Max
2025-07-12 18:49:03 +02:00
committed by GitHub
239 changed files with 18121 additions and 8750 deletions

View File

@@ -20,6 +20,11 @@ export const CATEGORIES = [
'Text Cursor',
'Decrypted Text',
'Scramble Text',
'True Focus',
'Scroll Float',
'Scroll Reveal',
'Rotating Text',
'Glitch Text'
]
},
{
@@ -27,13 +32,16 @@ export const CATEGORIES = [
subcategories: [
'Animated Content',
'Fade Content',
'Splash Cursor',
'Pixel Transition',
'Ribbons',
'Glare Hover',
'Magnet Lines',
'Count Up',
'Metallic Paint',
'Click Spark',
'Magnet',
'Cubes',
'Cubes'
]
},
{
@@ -46,6 +54,7 @@ export const CATEGORIES = [
'Pixel Card',
'Carousel',
'Spotlight Card',
'Circular Gallery',
'Flying Posters',
'Card Swap',
'Infinite Scroll',
@@ -53,8 +62,8 @@ export const CATEGORIES = [
'Glass Icons',
'Decay Card',
'Flowing Menu',
'Elastic Slider',
],
'Elastic Slider'
]
},
{
name: 'Backgrounds',
@@ -62,14 +71,17 @@ export const CATEGORIES = [
'Aurora',
'Beams',
'Dot Grid',
'Hyperspeed',
'Silk',
'Lightning',
'Letter Glitch',
'Particles',
'Shape Blur',
'Waves',
'Squares',
'Iridescence',
'Threads',
],
'Grid Motion'
]
}
];