mirror of
https://github.com/danbulant/dots-hyprland
synced 2026-05-24 12:22:09 +00:00
double revealer: allow custom prop
This commit is contained in:
parent
edaed6c883
commit
186e4797a1
1 changed files with 3 additions and 1 deletions
|
|
@ -63,6 +63,7 @@ export const DoubleRevealer = ({
|
|||
duration2 = 150,
|
||||
child,
|
||||
revealChild,
|
||||
...rest
|
||||
}) => {
|
||||
return Revealer({
|
||||
transition: transition1,
|
||||
|
|
@ -73,6 +74,7 @@ export const DoubleRevealer = ({
|
|||
transitionDuration: duration2,
|
||||
revealChild: revealChild,
|
||||
child: child,
|
||||
})
|
||||
}),
|
||||
...rest,
|
||||
})
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue