update jquery.lazy
This commit is contained in:
parent
c15c0f11cc
commit
288f4e8d15
|
@ -12,7 +12,7 @@
|
|||
maximum-scale=1">
|
||||
|
||||
<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">
|
||||
</head>
|
||||
<body>
|
||||
|
@ -21,8 +21,8 @@
|
|||
$(function() {
|
||||
$('.lazy').lazy({
|
||||
effect: "fadeIn",
|
||||
effectTime: 2000,
|
||||
threshold: 0
|
||||
effectTime: 1000,
|
||||
threshold: 500
|
||||
});
|
||||
});
|
||||
</script>
|
||||
|
|
Loading…
Reference in New Issue