Releases: hyper-designed/hyper_effects
Releases · hyper-designed/hyper_effects
Release v0.3.0+1
- Loosen dependency constraints for equatable to
>=2.0.5 <3.0.0.
Release v0.3.0
Added
- New Effects
- Padding effect for dynamic padding adjustments.
- Global roll effect for universal rolling animations.
- Width & height factor support in align effect.
- Scroll Transition Enhancements
- Additional event variables for finer control.
- Improved transition state management.
- Pointer Transition Features
usePointerRouteroption for flexible pointer event handling.- Enhanced pointer position tracking.
- New AnimatedEffect Properties
resetValues- Controls value reset behavior.interruptable- Manages animation interruption.skipIf- Conditional animation execution.startState- Initial animation state control.transformHitsproperty for translate effect.rotateInandrotateOutmethods for rotate effect.
- Added New Examples
- group_animation.dart
- rolling_app_bar_animation.dart
- rolling_pictures_animation.dart
- scroll_phase_slide.dart
- scroll_phase_blur.dart
- success_card_animation.dart
Release v0.2.0
- [BREAKING] Renamed
toggletotriggerin .animate() to better reflect its purpose. - [BREAKING] Renamed
AnimatedEffecttoEffectWidgetto better reflect its purpose. - [BREAKING] Renamed
EffectAnimationValuetoEffectQueryto better reflect its purpose. - [BREAKING] Replace
valueinEffectQuerywithlinearValueandcurvedValueto allow more refined control over animations. - [BREAKING] Renamed
PostFrameWidgettoPostFrame. - Add new Rolling Text effect.
- Add new shake effect.
- Add new align effect.
- Update all effect extension functions to add more functionality of the
fromstate. - Add new extension functions that have default from states like slideIn/Out() and fadeIn/Out().
- Add new
oneShot,animateAfter,resetAllfunctions to allow for more control over animations. - Add new
repeatparameter to animation functions to allow for repeating animations. - Add new
delayparameter to animation functions to allow for delaying animations. - Add new
playIfparameter to animation functions to allow for conditional animations.
Release v0.1.1
- Minor doc updates.
- Add example GIFs in readme.
Release v0.1.0
- Initial Release.