Skip to content

Commit 4a0ee33

Browse files
committed
Add project 12: Animación por Scroll with YouTube link
1 parent a342b37 commit 4a0ee33

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

web/src/consts.js

+14
Original file line numberDiff line numberDiff line change
@@ -153,4 +153,18 @@ export const PROJECTS = [
153153
},
154154
youtube: 'https://www.youtube.com/watch?v=VuOcLnzhbDw'
155155
},
156+
{
157+
slug: "12-moto-scroll",
158+
title: "Animación por Scroll",
159+
description: "Anima el fondo de una web a través del scroll",
160+
learnings: [
161+
"Scroll",
162+
"Animaciones",
163+
"Performance"
164+
],
165+
theme: {
166+
isDark: true
167+
},
168+
youtube: 'https://www.youtube.com/watch?v=8EA-WNFMYwI'
169+
},
156170
]

0 commit comments

Comments
 (0)