a little more jquery removal
This commit is contained in:
parent
31b057360f
commit
471d0fbefc
11 changed files with 202 additions and 122 deletions
|
@ -15,7 +15,7 @@
|
|||
|
||||
function fadeInRight(elem) {
|
||||
|
||||
var pct = browserInfo.mobile ? '2%' : '0.5%';
|
||||
var pct = browserInfo.mobile ? '2.5%' : '0.5%';
|
||||
|
||||
var keyframes = [
|
||||
{ opacity: '0', transform: 'translate3d(' + pct + ', 0, 0)', offset: 0 },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue