Skip to content

Allow reactivity in outroing elements #16351

Description

@7nik

Describe the problem

During outro, the reactivity in the transitioning elements stops. I guess it is to prevent errors in a case like the following

{#if user}
  <h1 transition:fly>{user.name}</h1>
{/if

But in some other cases it is desired to have working reactivity.

Describe the proposed solution

Allow to opt out of this guarding.

Importance

would make my life easier

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions