updated nuget

This commit is contained in:
Luke Pulverenti 2016-07-24 14:58:21 -04:00
parent acf00c6de1
commit 9ecfdc4e7c
2 changed files with 9 additions and 1 deletions

View file

@ -2,7 +2,7 @@
function fadeInRight(elem) {
var pct = browserInfo.mobile ? '3%' : '0.5%';
var pct = browserInfo.mobile ? '3.5%' : '0.5%';
var keyframes = [
{ opacity: '0', transform: 'translate3d(' + pct + ', 0, 0)', offset: 0 },