e0b28551b8
Fix ScrollingTitle translate animation on scroll
...
Just missed a colon in the style variable declaration 🤦
2022-09-19 20:19:17 +02:00
fd6fc20b13
✨ Finish to replace Anime with Motion One for page animations
...
Page intro animation and reveal that has now been simplified as Motion One manages an inView option (that uses IntersectionObserver)
2022-08-14 20:24:28 +02:00
c91166d548
Use Svelte shorthand for CSS variables declaration
2022-08-01 21:00:08 +02:00
cdabe6935b
🔥 Huge style refactoring by using SvelteKit built-in style tag
...
It's been tricky but got there finally! Hello `:global`
- Avoid using one global CSS file containing everything
- Import the component SCSS file in a script tag from the component file to allow style scoping and including it only when used
2022-06-22 23:26:00 +02:00
33487cba5c
Use svelte:element to avoid tag conditions
2022-06-22 23:17:37 +02:00
cce0e5d9c2
Fix ScrollingTitle animation by increasing from value
2022-06-22 23:17:19 +02:00
cffef1835f
Fix Page transitions by using a hacky FOUC trick
...
Seems to work though!
2022-01-18 14:22:38 +01:00
8759477b79
Use reveal function to animate in ScrollingTitle
2021-11-21 14:40:02 +01:00
ed62030b29
Create a component for scrolling huge titles
2021-11-16 22:35:42 +01:00