Skip to content

Commit

Permalink
Merge branch 'snapBack'
Browse files Browse the repository at this point in the history
  • Loading branch information
keithdmoore committed Nov 9, 2014
2 parents 1858973 + 98b7c45 commit 771b398
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ionic.tdcards.js
Original file line number Diff line number Diff line change
Expand Up @@ -349,6 +349,11 @@
leftText.style.opacity = 0;
})
.start();

$timeout(function() {
$scope.onSnapBack();
});

/*
animateSpringViaCss(el, 0, 0.5, 50, 700, 10, function (x) {
return el.style.transform = el.style.webkitTransform = 'translate3d(' + x + 'px,0,0)';
Expand Down

0 comments on commit 771b398

Please sign in to comment.