# ANIM_GREATER_THAN

Variable · category: Animation

Source: https://github.com/playcanvas/engine/blob/b5b983982a9860d21e0c1dafb2f85f72e2c01afb/src/framework/anim/controller/constants.js#L43

Used to set an anim state graph transition condition predicate as '>'.

```ts
const ANIM_GREATER_THAN: "GREATER_THAN" = 'GREATER_THAN'
```
