Skip to content

Latest commit

 

History

History
22 lines (22 loc) · 785 Bytes

File metadata and controls

22 lines (22 loc) · 785 Bytes

内容组织类:H5

功能:
组织内容结构
设置切换效果(fullpage.js),当页面切换时,通知页内所有组件。
方法:
添加一个页 :addPage
添加一个组件 :addComponent
展现所有页面:loader

单个页面组件类:H5ComponentBase

功能:
输出一个DOM,包裹组件内容,统一各组件样式
监听事件:
当前页载入:onLoad
当前页移除:onLeave
内容类:
welcome,whyCoding,showCode,informations
动态生成DOM结构,插入当前页
当前页载入载出onLoad,onLeave触发内容飞入,飞出动画