updated nuget
This commit is contained in:
@@ -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 },
|
||||
|
||||
Reference in New Issue
Block a user