Releases: DerStimmler/ngx-easy-view-transitions
Releases · DerStimmler/ngx-easy-view-transitions
v2.0.0
v1.0.0
Initial Release
- added
TransitionNameDirective
- morph elements by setting a
view-transition-name
through the[transitionName]
input - configure the inAnimation when elements enter the view through the
[inAnimation]
input - configure the outAnimation when elements leave the view through the
[inAnimation]
input - provide animations by CSS
@keyframes
rule or by profiding an array ofKeyframe
- morph elements by setting a
- added default animations through
DefaultTransitions.*
- added
NoTransitionDirective
to exclude an element from view transitions - added
provideDefaultViewTransition()
provider function to override default view transition animation
v0.0.1
Pre-Release for testing