$(function(){ window.requestAnimFrame = (function(){ return window.requestAnimationFrame || window.webkitRequestAnimationFrame || window.mozRequestAnimationFrame || window.oRequestAnimationFrame || window.msRequestAnimationFrame || function( callback ){ window.setTimeout(callback, 1000 / 60); }; })(); setTimeout(function() { /****璺熼殢婊氬姩缂撳姩杩愬姩鍔ㄧ敾***/ var Ainm_RAF; var Scroll_Top = 0; var Scroll_Tr = $(".Scroll_Tr"); var Scroll_B = $(".Scroll_B"); var State_now = 0; var Duration = 220; var t = 0; function ResizeO() { winHeight = document.documentElement.clientHeight; winWidth = document.documentElement.clientWidth; var Container_H = Scroll_Tr.height(); Scroll_B.height(Container_H); Scroll_Top = $(window).scrollTop(); Scroll_Tr.data("state",Scroll_Top); }; function Smooth_Scroll() { State_now = Scroll_Tr.data("state"); Scroll_Top = $(window).scrollTop(); Disten = Scroll_Top - State_now; t = 0; cancelAnimationFrame(Ainm_RAF); Ainm_RAF = requestAnimationFrame(Smooth_Anim); }; function Smooth_Anim() { if( t