Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

feature/issue: more useful module.animation callbacks #4993

@amitport

Description

@amitport

module.animation-enter only intercepts after the element has been added to the DOM

this is a problem when you want to animate the movement of the elements that change location after the new element insertion

module.animation-leave only intercepts before the element has been removed from the DOM

again this is a problem when you want to animate the movement of the elements change location after the new element was removed (this is less problematic since I manage to run the movement animation using $timeout in a function returned from 'leave' (but still... it's an ugly hack))

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions