HomeMenu
Jesus · Bible · HTML · CSS · JS · PHP · SVG · Applications

linear

animate calcMode

Description

The linear value for SVG specifies simple linear interpolation between values is used to calculate the animation function.

Syntax

linear

Examples

animateMotion calcMode

Description

The linear value for SVG specifies simple linear interpolation between values is used to calculate the animation function.

Syntax

linear

Examples

feFuncA type

Description

The linear value for SVG specifies the linear equation:

C' = slope * C + intercept

Syntax

linear

Examples

feFuncB type

Description

The linear value for SVG specifies the linear equation:

C' = slope * C + intercept

Syntax

linear

Examples

feFuncG type

Description

The linear value for SVG specifies the linear equation:

C' = slope * C + intercept

Syntax

linear

Examples

feFuncR type

Description

The linear value for SVG specifies the linear equation:

C' = slope * C + intercept

Syntax

linear

Examples