# Examples These examples demonstrate the features of `bevy_trickfilm`` and how to use them. To run an example, use the command `cargo run --example `. ```sh cargo run --example sprite_sheet_animation ``` --- Example | Description | -------------------------------|-------------| [Sprite sheet animation] | Shows of how to use `bevy_trickfilm` with a sprite sheet. | [Using bevy_titan] | Simple example with [bevy_titan]. | [Using bevy_asset_loader] | Simple example with [bevy_asset_loader]. | [Pausing animations] | Simple example to show how to globally pause all animtions. | [Sprite sheet animation]: ../examples/sprite_sheet_animation.rs [Using bevy_titan]: ../examples/sprite_sheet_animation_titan.rs [Using bevy_asset_loader]: ../examples/bevy_asset_loader.rs [Pausing animations]: ../examples/pausing_animations.rs [bevy_asset_loader]: https://crates.io/crates/bevy_asset_loader [bevy_titan]: https://crates.io/crates/bevy_titan