Fix typo
This commit is contained in:
parent
f0b979d375
commit
057d3190ea
1 changed files with 1 additions and 1 deletions
|
@ -164,7 +164,7 @@ And `$susy` is used for setting [the grid](http://susy.oddbird.net/) the theme u
|
||||||
|
|
||||||
### Disabling Animations
|
### Disabling Animations
|
||||||
|
|
||||||
You can disable either the fade-in intro animation, element tranisition animations, or both by overriding the corresponding variables. For example if you wanted to disable all animations you could include the following lines:
|
You can disable either the fade-in intro animation, element transition animations, or both by overriding the corresponding variables. For example if you wanted to disable all animations you could include the following lines:
|
||||||
|
|
||||||
```scss
|
```scss
|
||||||
$intro-transition : none;
|
$intro-transition : none;
|
||||||
|
|
Loading…
Reference in a new issue