Skip to content
This repository was archived by the owner on May 20, 2021. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion animation-context.js

Large diffs are not rendered by default.

6 changes: 2 additions & 4 deletions animation-context.min.js

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion animation-context.tag
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<animation-context>
<div name="context" class="not-ready"><yield/></div>
<div ref="context" name="context" class="not-ready"><yield/></div>
<script>
var $this = this,
_outwards,
Expand All @@ -26,6 +26,7 @@
}

this.on('mount', function() {
$this.context = $this.context || $this.refs.context
var delay
if ((delay = parseInt(opts.animateAutoInDelay,10)) > 0) {
_inwards = setTimeout(function() {
Expand Down