animate: Create an SVG Animate Element

Description Usage Arguments

View source: R/draw.R

Description

Animate an attribute or property of an element over time.

Usage

1
2
animate(attributeName, from, to, dur, values, begin, repeatCount,
        restart, calcMode, fill)

Arguments

attributeName

expression setting the attributeName attribute.

from

expression setting the from attribute.

to

expression setting the to attribute.

dur

expression setting the dur attribute.

values

expression setting the values attribute.

begin

expression setting the begin attribute.

repeatCount

expression setting the repeatCount attribute.

restart

expression setting the restart attribute.

calcMode

expression setting the calcMode attribute.

fill

expression setting the fill attribute.


be-pr/drawsvg documentation built on Dec. 8, 2020, 3:34 a.m.