---
title: hapticTransient
framework: corehaptics
role: symbol
role_heading: Type Property
path: corehaptics/chhapticevent/eventtype/haptictransient
---

# hapticTransient

A brief impulse occurring at a specific point in time, like the feedback from toggling a switch.

## Declaration

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

## Mentioned in

Playing a single-tap haptic pattern

## Discussion

Discussion Transient events complete on their own, even without a duration.

## See Also

### Enumerating Haptic Types

- [audioContinuous](corehaptics/chhapticevent/eventtype/audiocontinuous.md)
- [audioCustom](corehaptics/chhapticevent/eventtype/audiocustom.md)
- [hapticContinuous](corehaptics/chhapticevent/eventtype/hapticcontinuous.md)
