This commit is contained in:
Michael Rose 2017-08-03 12:38:32 -04:00 committed by GitHub
parent f0b979d375
commit 057d3190ea

View file

@ -164,7 +164,7 @@ And `$susy` is used for setting [the grid](http://susy.oddbird.net/) the theme u
### 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
$intro-transition : none;