週報二十

總結:

  1. window.pageYOffset 頁面被捲去頭部
  2. e.clientX e.pageX e.screenX
  3. e.clientLeft e.pageLeft e.scrollLeft (top)
  4. offsetLeft (top)
  5. mousedown mousemove mouseup
  6. touchstart touchmove touchend
  7. element.classListadd(’’) element.classListremove(’’) element.toggle(’’)
  8. transitionend
  9. offsetWidth(整個盒子) clientWidth(不含border) scrollWidth(內容content) (Height)
  10. <meta name="viewport" content="user-scalable=no">
  11. window.scroll(0,0); (返回頂部)

1. JavaScript篇

  1. swiper的監測是第幾頁的回調函數
  2. 淘寶 flexible.js 源碼分析
  3. mouseenter 和 mouseover的區別
  4. animation動畫封裝函數(js小案例)
  5. 淘寶固定側邊欄(js小案例)
  6. PC端網頁特效學習目標(作爲學習筆記)
  7. 移動端、pc端拖動元素移動
  8. 移動端特效

2. C語言篇

  1. 學生管理系統(改進版)(C語言鏈表)
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章