All notable changes to this project will be documented here.
- Add peerDependencies
- Fix tracking history by orderArray
- better fx-tracker history
- Added fx-tracker inFx helper
- fx-tracker uses Promise.resolve().then(()=>) instead of setTimeout
- Added Out
- fadeOut
- Updated dependencies
- Breaking Changes
- Removed "Global Usage" injection that came via
- all in Kids animations like fadeInKids is renamed to fadeInOutKids
- In is now InOut
- fadeIn is now fadeInOut
- fadeIn only transistions in but not out anymore
- "fxArray" is renamed to "animations"
import { animations } from "ack-angular-fx"
- Updated Angular
- fix file refs
- Upgraded to Angular6
- deprecated fxId and fxIdChange
- use
<fx-tracker #fx="FxTracker"></fx-tracker>
- fx.id
- use
- removed web-animations-js
- Made all basic animations animate even when false or 0 are based in
- Condition to check to animate was ignoring false or 0
- Pass 'nofx' when you dont want animation
- Added router-outlet documentation
- Fixed FxTracker value tracking when activeRouter monitoring
- improved file size by deprecating Angular4 animations
- Breaking Changes
- Removed [@100],[@200],[@300],[@400],[@500],...
- Removed [@absoluteSwap],[@absoluteSwap100],[@absoluteSwap200],...
- allFx file is now a prefx file and apart of the ack-angular-fx process
- all animation transition functions are exported
- Updated README file
- added transistion function interpolation
- with options compiled as well
- fix rotate animations
- prefx compiling seems no longer required
- upgraded to Angular5. Angular5 is required to use this package
- old stuff should still work but is becoming deprecated
- user reported issue
- 500 max to 300 for childStag
- Angular 4.2.4 is now required
- query, stagger, animateChild support
- new childStag trigger to support staggering
- Made more AoT compatible by making AnimationTriggerMetadata available to prefx outputs
- Better docs
- AoT support by making static prefx animations