Skip to content

v1.0.0

Compare
Choose a tag to compare
@DerStimmler DerStimmler released this 05 May 11:48
· 8 commits to main since this release

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