---
title: keyText
framework: webkitjs
role: pseudoSymbol
path: webkitjs/webkitcsskeyframerule/1806997-keytext
---

# keyText

A keyframe selector.

## Declaration

```data
attribute DOMString keyText
```

## Overview

Overview A keyframe selector represented as a percentage value or the keyword from or to. The selector is used to specify the percentage along the duration of the animation. The keyframe is specified by the block of property values declared for the selector. The keyword from is equivalent to 0 percent and to is equivalent to 100 percent.

## See Also

### Accessing Properties

- [style](webkitjs/webkitcsskeyframerule/1807000-style.md)

### Related Documentation

- [Safari CSS Visual Effects Guide](apple-archive/documentation/InternetWeb/Conceptual/SafariVisualEffectsProgGuide/Introduction.html.md)
