---
title: resetBlinkAnimation()
framework: uikit
role: symbol
role_heading: Instance Method
path: uikit/uitextcursorview/resetblinkanimation()
---

# resetBlinkAnimation()

Resets the blink animation to avoid glitches while someone is typing.

## Declaration

```swift
func resetBlinkAnimation()
```

## Discussion

Discussion When the cursor is moving in your text view, call this method to prevent the insertion point from blinking.

## See Also

### Determining the animation state

- [isBlinking](uikit/uitextcursorview/isblinking.md)
