Contents

speed(_:)

Creates a set of effect options with a preferred speed multiplier.

Declaration

func speed(_ speed: Double) -> SymbolEffectOptions

Parameters

  • speed:

    The preferred speed multiplier to play the effect with. The default multiplier is 1.0. The function may clamp very large or small values.

Return Value

A new set of effect options with the preferred speed multiplier.

See Also

Configuring effect speed