More tweaks to animation (#5082)
This commit is contained in:
parent
05ac76fc89
commit
4abcd65ccf
4 changed files with 28 additions and 31 deletions
|
@ -93,6 +93,7 @@ export function AnimatedLikeIcon({
|
|||
zIndex: -1,
|
||||
pointerEvents: 'none',
|
||||
borderRadius: size / 2,
|
||||
opacity: 0,
|
||||
}}
|
||||
/>
|
||||
<View
|
||||
|
@ -108,6 +109,7 @@ export function AnimatedLikeIcon({
|
|||
zIndex: -1,
|
||||
pointerEvents: 'none',
|
||||
borderRadius: size / 2,
|
||||
opacity: 0,
|
||||
}}
|
||||
/>
|
||||
</View>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue