---
title: velocityRange
framework: quartzcore
role: symbol
role_heading: Instance Property
path: quartzcore/caemittercell/velocityrange
---

# velocityRange

The amount by which the velocity of the cell can vary. Animatable.

## Declaration

```swift
var velocityRange: CGFloat { get set }
```

## Discussion

Discussion The range specifies the mean amount the initial velocity value change. The default value of this property is 0.0.

## See Also

### Setting Emitter Cell Temporal Attributes

- [lifetime](quartzcore/caemittercell/lifetime.md)
- [lifetimeRange](quartzcore/caemittercell/lifetimerange.md)
- [birthRate](quartzcore/caemittercell/birthrate.md)
- [scaleSpeed](quartzcore/caemittercell/scalespeed.md)
- [velocity](quartzcore/caemittercell/velocity.md)
- [xAcceleration](quartzcore/caemittercell/xacceleration.md)
- [yAcceleration](quartzcore/caemittercell/yacceleration.md)
- [zAcceleration](quartzcore/caemittercell/zacceleration.md)
