Skip to content

Commit

Permalink
View Transition bug with Stars and Meteors
Browse files Browse the repository at this point in the history
Co-authored-by: Mark Horn <[email protected]>
Co-authored-by: Evan <[email protected]>
  • Loading branch information
3 people committed Apr 23, 2024
1 parent 2fb1ffa commit e0044e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/BaseHead.astro
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ const { title, description, image = "/open-graph.jpg" } = Astro.props
<script is:inline src="/js/scroll.js"></script>
<script is:inline src="/js/animate.js"></script>

<ViewTransitions />
<!-- <ViewTransitions /> -->

<script>
import type { TransitionBeforeSwapEvent } from "astro:transitions/client"
Expand Down

1 comment on commit e0044e3

@artemshar
Copy link

@artemshar artemshar commented on e0044e3 May 14, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I wonder how this bug manifested itself?

I tried adding < ViewTransitions /> component again and the meteors and stars are falling and glowing as before. 🤔

Please sign in to comment.