macro_rules! animate_shape {
(
$from:ident,
$to:ident,
$procedure:ident,
$from_as_shape:tt,
$to_as_shape:tt
) => { ... };
}
Expand description
Animate from Shape
to Path
, and vice versa.
macro_rules! animate_shape {
(
$from:ident,
$to:ident,
$procedure:ident,
$from_as_shape:tt,
$to_as_shape:tt
) => { ... };
}
Animate from Shape
to Path
, and vice versa.