List easing functions in a table rather than a list.

pull/3292/head
pngwn 6 years ago
parent 04b4442b21
commit 8edd4d3800

@ -744,37 +744,20 @@ Easing functions specificy the rate of change over time and are useful when work
You can explore the various eases using the [ease visualiser](examples#easing) in the [examples section](examples). You can explore the various eases using the [ease visualiser](examples#easing) in the [examples section](examples).
- `linear`
- `backInOut` | ease | in | out | inOut |
- `backIn` | --- | --- | --- | --- |
- `backOut` | **back** | `backIn` | `backOut` | `backInOut` |
- `bounceOut` | **bounce** | `bounceIn` | `bounceOut` | `bounceInOut` |
- `bounceInOut` | **circ** | `circIn` | `circOut` | `circInOut` |
- `bounceIn` | **cubic** | `cubicIn` | `cubicOut` | `cubicInOut` |
- `circInOut` | **elastic** | `elasticIn` | `elasticOut` | `elasticInOut` |
- `circIn` | **expo** | `expoIn` | `expoOut` | `expoInOut` |
- `circOut` | **quad** | `quadIn` | `quadOut` | `quadInOut` |
- `cubicInOut` | **quart** | `quartIn` | `quartOut` | `quartInOut` |
- `cubicIn` | **quint** | `quintIn` | `quintOut` | `quintInOut` |
- `cubicOut` | **sine** | `sineIn` | `sineOut` | `sineInOut` |
- `elasticInOut`
- `elasticIn`
- `elasticOut`
- `expoInOut`
- `expoIn`
- `expoOut`
- `quadInOut`
- `quadIn`
- `quadOut`
- `quartInOut`
- `quartIn`
- `quartOut`
- `quintInOut`
- `quintIn`
- `quintOut`
- `sineInOut`
- `sineIn`
- `sineOut`
### `svelte/register` ### `svelte/register`

Loading…
Cancel
Save