---
title: hapticContinuous
framework: corehaptics
role: symbol
role_heading: Type Property
path: corehaptics/chhapticevent/eventtype/hapticcontinuous
---

# hapticContinuous

A haptic event with a looped waveform of arbitrary length.

## Declaration

```swift
static let hapticContinuous: CHHapticEvent.EventType
```

## Discussion

Discussion Continuous haptic patterns, like the sustained vibration from a ringtone, take the form of lengthier feedback over a period of time. You must provide continuous events with a duration to determine their endpoint. The maximum duration of a continuous haptic event is 30 seconds.

## See Also

### Enumerating Haptic Types

- [audioContinuous](corehaptics/chhapticevent/eventtype/audiocontinuous.md)
- [audioCustom](corehaptics/chhapticevent/eventtype/audiocustom.md)
- [hapticTransient](corehaptics/chhapticevent/eventtype/haptictransient.md)
