about summary refs log tree commit diff
path: root/src/lib/custom-animations/LikeIcon.web.tsx
diff options
context:
space:
mode:
authorHailey <me@haileyok.com>2024-09-02 03:15:31 -0700
committerGitHub <noreply@github.com>2024-09-02 03:15:31 -0700
commit4abcd65ccf94e36251142faeabdac42cada490fe (patch)
tree31b3fa46704a0c4502ed7a52eb0b1531af9628c4 /src/lib/custom-animations/LikeIcon.web.tsx
parent05ac76fc8942ec9ceda83d0f35a61763ae9bbcb5 (diff)
downloadvoidsky-4abcd65ccf94e36251142faeabdac42cada490fe.tar.zst
More tweaks to animation (#5082)
Diffstat (limited to 'src/lib/custom-animations/LikeIcon.web.tsx')
-rw-r--r--src/lib/custom-animations/LikeIcon.web.tsx2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/custom-animations/LikeIcon.web.tsx b/src/lib/custom-animations/LikeIcon.web.tsx
index c131dcf67..6dc94c291 100644
--- a/src/lib/custom-animations/LikeIcon.web.tsx
+++ b/src/lib/custom-animations/LikeIcon.web.tsx
@@ -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>