mirror of
https://github.com/zen-browser/www.git
synced 2025-07-10 10:15:31 +02:00
chore(prettier): update prettier config
This commit is contained in:
parent
ceef83d609
commit
a77c141d35
66 changed files with 709 additions and 709 deletions
|
@ -1,10 +1,10 @@
|
|||
export function getTitleAnimation(delay = 0, duration = 0.3, once = true) {
|
||||
return {
|
||||
initial: { opacity: 0.001, translateY: 20, filter: "blur(4px)" },
|
||||
initial: { opacity: 0.001, translateY: 20, filter: 'blur(4px)' },
|
||||
whileInView: {
|
||||
opacity: 1,
|
||||
translateY: 0,
|
||||
filter: "blur(0px)",
|
||||
filter: 'blur(0px)',
|
||||
transition: { duration, delay },
|
||||
},
|
||||
viewport: { once },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue