update jquery.lazy
This commit is contained in:
parent
c15c0f11cc
commit
288f4e8d15
|
@ -12,7 +12,7 @@
|
||||||
maximum-scale=1">
|
maximum-scale=1">
|
||||||
|
|
||||||
<link href='//fonts.googleapis.com/css?family=Roboto:400,900' rel='stylesheet' type='text/css'>
|
<link href='//fonts.googleapis.com/css?family=Roboto:400,900' rel='stylesheet' type='text/css'>
|
||||||
<script type="text/javascript" src="//cdnjs.cloudflare.com/ajax/libs/jquery.lazy/1.7.4/jquery.lazy.min.js"></script>
|
<script type="text/javascript" src="//cdn.jsdelivr.net/jquery.lazy/1.7.9/jquery.lazy.min.js"></script>
|
||||||
<link rel="stylesheet" href="/assets/gallery.css">
|
<link rel="stylesheet" href="/assets/gallery.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
@ -21,8 +21,8 @@
|
||||||
$(function() {
|
$(function() {
|
||||||
$('.lazy').lazy({
|
$('.lazy').lazy({
|
||||||
effect: "fadeIn",
|
effect: "fadeIn",
|
||||||
effectTime: 2000,
|
effectTime: 1000,
|
||||||
threshold: 0
|
threshold: 500
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
|
Loading…
Reference in New Issue