dioxus-animate 0.1.1

Time-based CSS class manipulation for smooth animations in Dioxus apps
Documentation
[dependencies.dioxus]
features = ["web"]
version = "0.6.3"

[dependencies.dioxus-time]
version = "0.1.0-alpha.1"

[dependencies.web-sys]
features = ["DomTokenList", "Element"]
version = "0.3.77"

[lib]
name = "dioxus_animate"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Time-based CSS class manipulation for smooth animations in Dioxus apps"
edition = "2024"
license = "MIT OR Apache-2.0"
name = "dioxus-animate"
readme = "README.md"
repository = "https://github.com/dsplce-co/dioxus-animate"
version = "0.1.1"