Skip to content

Releases: DerStimmler/ngx-easy-view-transitions

v2.0.0

31 May 19:10
Compare
Choose a tag to compare
  • update readme
  • update angular peer dependency to >= v18.0.0

v1.0.0

05 May 11:48
Compare
Choose a tag to compare

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 of Keyframe
  • 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

05 May 11:40
Compare
Choose a tag to compare
v0.0.1 Pre-release
Pre-release

Pre-Release for testing