You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There's currently no way to accurately determine whether a Visit was triggered by a click, a redirect, or programmatically via Turbo.visit. This is useful for animating page transitions: an animation library could animate on the first turbo:visit, and ignore the redirect visit.
Perhaps it'd be worth detailing the reason in event.details, similar to the reload event?
The text was updated successfully, but these errors were encountered:
With the following flow:
/one
turbo:visit
is fired/one
redirects to/two
turbo:visit
is fired againThere's currently no way to accurately determine whether a Visit was triggered by a click, a redirect, or programmatically via
Turbo.visit
. This is useful for animating page transitions: an animation library could animate on the firstturbo:visit
, and ignore the redirect visit.Perhaps it'd be worth detailing the
reason
inevent.details
, similar to thereload
event?The text was updated successfully, but these errors were encountered: