Key features of WpfAnimatedGif
masterWpfAnimatedGif provides several capabilities for handling animations in WPF:
- Standard Control Support: Animates GIFs within a normal
Imagecontrol; no custom control is required. - Frame Accuracy: Takes actual frame duration from the GIF into account.
- Customizable Repetition: Specify custom repeat behavior or use GIF metadata defaults.
- Lifecycle Notifications: Provides notifications when an animation completes.
- Design Mode Support: Supports animation preview in the Visual Studio designer (must be explicitly enabled).
- Manual Control: Supports manual animation controls including pause, resume, and seeking.