docs: fix invalid headings (#24000)

PR Close #24000
This commit is contained in:
Pete Bacon Darwin
2018-05-18 16:13:00 +01:00
committed by Miško Hevery
parent 77309e2ea4
commit e6516b0229
26 changed files with 255 additions and 473 deletions

View File

@ -42,8 +42,8 @@ export declare type AnimateTimings = {
* @description Options that control animation styling and timing.
* The following animation functions accept `AnimationOptions` data:
*
* - `transition`
* - `sequence`
* - `transition()`
* - `sequence()`
* - `group()`
* - `query()`
* - `animation()`