First Commit
This commit is contained in:
Binary file not shown.
BIN
web/html/theme/AT_WEB01/js/@eaDir/site.js@SynoEAStream
Normal file
BIN
web/html/theme/AT_WEB01/js/@eaDir/site.js@SynoEAStream
Normal file
Binary file not shown.
BIN
web/html/theme/AT_WEB01/js/@eaDir/swiper.min.js@SynoEAStream
Normal file
BIN
web/html/theme/AT_WEB01/js/@eaDir/swiper.min.js@SynoEAStream
Normal file
Binary file not shown.
1
web/html/theme/AT_WEB01/js/jquery.transition.min.js
vendored
Normal file
1
web/html/theme/AT_WEB01/js/jquery.transition.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
21
web/html/theme/AT_WEB01/js/site.js
Normal file
21
web/html/theme/AT_WEB01/js/site.js
Normal file
@ -0,0 +1,21 @@
|
||||
$( document ).ready( function() {
|
||||
wow = new WOW({
|
||||
animateClass: 'animated',
|
||||
offset: 100,
|
||||
callback: function(box) {
|
||||
}
|
||||
});
|
||||
wow.init();
|
||||
|
||||
});
|
||||
|
||||
//$(window).load(function(){
|
||||
// var a=$("#bo_gall .gall_img img").outerHeight();
|
||||
// $("#bo_gall .gall_img span").css("line-height",a+'px');
|
||||
//});
|
||||
window.onload = function(){$(window).resize();
|
||||
var a=$("#bo_gall .gall_img img").outerHeight();
|
||||
$("#bo_gall .gall_img span").css("line-height",a+'px');
|
||||
|
||||
$(window).resize();
|
||||
}
|
||||
13
web/html/theme/AT_WEB01/js/swiper.min.js
vendored
Normal file
13
web/html/theme/AT_WEB01/js/swiper.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user