mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 04:14:21 +08:00
docs(headings): update readme headings to be correct level
This commit is contained in:
@ -15,12 +15,12 @@ http://www.idangero.us/
|
||||
|
||||
Licensed under MIT
|
||||
|
||||
### Custom Animations
|
||||
## Custom Animations
|
||||
|
||||
By default, Ionic slides use the built-in `slide` animation effect. Custom animations can be provided via the `options` property. Examples of other animations can be found below.
|
||||
|
||||
|
||||
#### Coverflow
|
||||
### Coverflow
|
||||
|
||||
```typescript
|
||||
const slideOpts = {
|
||||
@ -113,7 +113,7 @@ const slideOpts = {
|
||||
}
|
||||
```
|
||||
|
||||
#### Cube
|
||||
### Cube
|
||||
|
||||
```typescript
|
||||
const slideOpts = {
|
||||
@ -273,7 +273,7 @@ const slideOpts = {
|
||||
}
|
||||
```
|
||||
|
||||
#### Fade
|
||||
### Fade
|
||||
|
||||
```typescript
|
||||
const slideOpts = {
|
||||
@ -337,7 +337,7 @@ const slideOpts = {
|
||||
}
|
||||
```
|
||||
|
||||
#### Flip
|
||||
### Flip
|
||||
|
||||
```typescript
|
||||
const slideOpts = {
|
||||
|
Reference in New Issue
Block a user