# appAnimations

**Kind:** Constant

**Source:** `Pams/Web/portal/pams-web/src/app/animations/index.ts` (line 21)

**Part of:** [Pams Web](subsystem-pams-web-portal-pams-web-src-app)

## Definition

```ts
[

    trigger('animate', [transition('void => *', [useAnimation(customAnimation)])]),

    trigger('animateStagger', [
        state('50', style('*')),
        state('100', style('*')),
        state('200', style('*')),

        transition('void => 50',
            query('@*',
                [
                    stagger('50ms', [
                        animateChild()
                    ])
   …
```

## Value

```ts
[

    trigger('animate', [transition('void => *', [useAnimation(customAnimation)])]),

    trigger('animateStagger', [
        state('50', style('*')),
        state('100', style('*')),
        state('200', style('*')),

        transition('void => 50',
            query('@*',
                [
                    stagger('50ms', [
                        animateChild()
                    ])
   …
```

## Used by

1 reference from 1 file. Each is a place in this repository where the symbol is actually used — go read one rather than trusting an example.

### Imported by (1)

- `AppComponent` — `Pams/Web/portal/pams-web/src/app/app.component.ts`:1
