Skip to content

Commit

Permalink
Merge pull request #45 from tbranyen/misc-work
Browse files Browse the repository at this point in the history
Miscellaneous work
  • Loading branch information
tbranyen committed Feb 8, 2016
2 parents 6f1ab4c + 3e915ca commit 1ed4c6c
Show file tree
Hide file tree
Showing 19 changed files with 420 additions and 245 deletions.
8 changes: 4 additions & 4 deletions README.md
Expand Up @@ -120,10 +120,10 @@ You can do fun, highly specific, filters:

``` javascript
addTransitionState('attached', function(element) {
// Fade in the main container after it's attached into the DOM.
if (element.matches('body main.container')) {
$(element).stop(true, true).fadeIn();
}
// Fade in the main container after it's attached into the DOM.
if (element.matches('body main.container')) {
$(element).stop(true, true).fadeIn();
}
});
```

Expand Down

0 comments on commit 1ed4c6c

Please sign in to comment.