-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patheffects.json
More file actions
119 lines (119 loc) · 5.61 KB
/
Copy patheffects.json
File metadata and controls
119 lines (119 loc) · 5.61 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
[
{
"name": "Device Breakdown Experience",
"category": "Experiences",
"description": "A cinematic WebGL journey that disassembles a premium smartphone layer by layer and rebuilds it through scroll.",
"demo": "https://device.ntdesweb.dev/",
"github": "https://github.com/NachoTorresRD/device-breakdown-experience",
"preview": "assets/device-breakdown-experience.svg",
"previewAlt": "Preview of the Device Breakdown Experience smartphone teardown"
},
{
"name": "Interactive Digital Universe",
"category": "Experiences",
"description": "A living WebGL constellation where WHABOT, POSENT, NTDESWEB and NT Skill Supreme become explorable worlds.",
"demo": "https://universe.ntdesweb.dev/",
"github": "https://github.com/NachoTorresRD/interactive-digital-universe",
"preview": "assets/interactive-digital-universe.svg",
"previewAlt": "Preview of the Interactive Digital Universe and its orbital project worlds"
},
{
"name": "Interactive Product Showcase",
"category": "Experiences",
"description": "A real-time product story with responsive light, exploded anatomy, internal hotspots and live material changes.",
"demo": "https://product.ntdesweb.dev/",
"github": "https://github.com/NachoTorresRD/interactive-product-showcase",
"preview": "assets/interactive-product-showcase.svg",
"previewAlt": "Preview of the Interactive Product Showcase with a procedural audio object"
},
{
"name": "Hacker Text Effect",
"category": "Text",
"description": "An accessible scramble and decoder text effect with adjustable speed and reduced-motion support.",
"demo": "https://hacker.ntdesweb.dev/",
"github": "https://github.com/NachoTorresRD/hacker-text-effect",
"preview": "assets/hacker-text-effect.svg",
"previewAlt": "Preview of the Hacker Text Effect decoder interface"
},
{
"name": "Magnetic Button Effect",
"category": "Buttons",
"description": "A tactile button that responds to pointer proximity and provides an equivalent touch interaction.",
"demo": "https://magnetic.ntdesweb.dev/",
"github": "https://github.com/NachoTorresRD/magnetic-button-effect",
"preview": "assets/magnetic-button-effect.svg",
"previewAlt": "Preview of the Magnetic Button Effect interaction"
},
{
"name": "Glassmorphism Pricing Card",
"category": "Cards",
"description": "A focused glassmorphism card laboratory for studying hierarchy, depth and interface density.",
"demo": "https://glass.ntdesweb.dev/",
"github": "https://github.com/NachoTorresRD/glassmorphism-pricing-card",
"preview": "assets/glassmorphism-pricing-card.svg",
"previewAlt": "Preview of the Glassmorphism Pricing Card study"
},
{
"name": "Scroll Reveal Section",
"category": "Animations",
"description": "A compact scroll stage with progressive entrances, directional movement and depth transitions.",
"demo": "https://scroll.ntdesweb.dev/",
"github": "https://github.com/NachoTorresRD/scroll-reveal-section",
"preview": "assets/scroll-reveal-section.svg",
"previewAlt": "Preview of the Scroll Reveal Section sequence"
},
{
"name": "Neon Cursor Trail Effect",
"category": "Cursor",
"description": "A luminous, canvas-based cursor trail with bounded particles and adjustable intensity.",
"demo": "https://neon.ntdesweb.dev/",
"github": "https://github.com/NachoTorresRD/neon-cursor-trail-effect",
"preview": "assets/neon-cursor-trail-effect.svg",
"previewAlt": "Preview of the Neon Cursor Trail Effect"
},
{
"name": "3D Animated Login",
"category": "Forms",
"description": "A cinematic authentication experience where a 3D character enters the scene and responds to each form state.",
"demo": "https://login.ntdesweb.dev/",
"github": "https://github.com/NachoTorresRD/animated-login-panel",
"preview": "assets/animated-login-panel.png",
"previewAlt": "Preview of the NTDESWEB 3D Animated Login with its character and authentication panel"
},
{
"name": "Floating Navbar Effect",
"category": "Navigation",
"description": "A floating navigation bar with a spring-like indicator and three responsive interface scenes.",
"demo": "https://navbar.ntdesweb.dev/",
"github": "https://github.com/NachoTorresRD/floating-navbar-effect",
"preview": "assets/floating-navbar-effect.svg",
"previewAlt": "Preview of the Floating Navbar Effect"
},
{
"name": "Spotlight Card Effect",
"category": "Cards",
"description": "A digital product card with a pointer-aware spotlight and illuminated border treatment.",
"demo": "https://spotlight.ntdesweb.dev/",
"github": "https://github.com/NachoTorresRD/spotlight-card-effect",
"preview": "assets/spotlight-card-effect.svg",
"previewAlt": "Preview of the Spotlight Card Effect"
},
{
"name": "3D Product Card Effect",
"category": "Cards",
"description": "A layered product card with perspective tilt, synchronized glare and a spring-like return.",
"demo": "https://card3d.ntdesweb.dev/",
"github": "https://github.com/NachoTorresRD/3d-product-card-effect",
"preview": "assets/3d-product-card-effect.svg",
"previewAlt": "Preview of the 3D Product Card Effect"
},
{
"name": "Before / After Image Slider",
"category": "Effects",
"description": "An accessible comparison slider that reveals the transformation from wireframe to polished scene.",
"demo": "https://fxpreview.ntdesweb.dev/",
"github": "https://github.com/NachoTorresRD/before-after-image-slider",
"preview": "assets/before-after-image-slider.svg",
"previewAlt": "Preview of the Before and After Image Slider"
}
]