Transforms submobjects by matching them based on shape similarity. Unmatched submobjects fade in/out.
Super classes
manimR::Animation -> manimR::AnimationGroup -> TransformMatchingShapes
Methods
Inherited methods
manimR::Animation$copy()manimR::Animation$interpolate()manimR::Animation$is_introducer()manimR::Animation$is_remover()manimR::Animation$print()manimR::Animation$to_anim_spec()manimR::AnimationGroup$begin()manimR::AnimationGroup$finish()manimR::AnimationGroup$get_all_mobjects()manimR::AnimationGroup$interpolate_mobject()
Method new()
Create a TransformMatchingShapes animation
Usage
TransformMatchingShapes$new(
source,
target,
run_time = 1,
rate_func = "smooth",
...
)