Skip to content

triggering a transitionend event after enter transition is done in in-out mode causes error #1241

Closed
@nkovacs

Description

@nkovacs

It only happens with in-out mode. The css transition that triggers the transitionend event is entirely unrelated to the component transition, which in the example uses js callbacks, and has already finished by the time the transitionend event is called.

http://jsfiddle.net/nkovacs/h800dpx2/

Uncaught TypeError: Cannot read property 'parentNode' of null caused by child.$el being null here

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions