摘要:原理獲取當前對象及當前對象的所有對象的高度和,獲取當前父盒子的高度使用的動畫處理樣式代碼段阿里巴巴騰訊百度華為聯想萬科萬達恒大小米京東格力美的海爾代碼段核心代碼參數獲取
原理
1.獲取當前對象及當前對象的所有對象的高度和,獲取當前父盒子的高度 2.使用jquery的animate動畫處理css樣式
*{margin:0;padding:0;} .parent{list-style-type:none;height:300px;width:120px;overflow-y:scroll;} .child{height:38px;border-top:2px solid red;background: green;line-height: 38px;}html代碼段
var parentNode = $( ".parent" ), childHeight = 40, parentNodeHeight = 300; $(".child").click(function(){ var j = $(this).index(); parentNode.stop().animate({ scrollTop : childHeight * ( j + 1 ) - parentNodeHeight / 2 // 核心代碼 },600); });url參數獲取
const getUrlParam = function ( mid, hashOn=false ) { const reg = new RegExp("(^|&)" + mid + "=([^&]*)(&|$)"); const util = idx => window.location[ idx ].substr(1).match(reg); const r = util("search") || ( hashOn && util( "hash" ) ) || null; if ( r != null ) return decodeURIComponent( r[2] ); return null; }
文章版權歸作者所有,未經允許請勿轉載,若此文章存在違規行為,您可以聯系管理員刪除。
轉載請注明本文地址:http://m.specialneedsforspecialkids.com/yun/84525.html
摘要:導航組件使用詳解注意了,如果有小伙伴們發現運行作者提供的示例項目報如下的錯誤,可能是大家使用了命令導致的,解決這個錯誤的辦法就是將刪除,然后重新使用命令來安裝,最后使用來起服務,應該就不報錯了。 react-navigation導航組件使用詳解 注意了,如果有小伙伴們發現運行作者提供的react-navigation示例項目報如下的錯誤,可能是大家使用了 yarn install 命...
閱讀 705·2023-04-25 22:50
閱讀 1538·2021-10-08 10:05
閱讀 988·2021-09-30 09:47
閱讀 1926·2021-09-28 09:35
閱讀 828·2021-09-26 09:55
閱讀 3422·2021-09-10 10:51
閱讀 3435·2021-09-02 15:15
閱讀 3302·2021-08-05 09:57