Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

discover page scale to window #6

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions js/pageResponse.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ function pageResponse(opt) {
//运行
while (--i >= 0) {
template(sm, pd[i], sn);
pd[i].style.visibility = 'visible';
}
}
/* 使用方法
Expand All @@ -74,4 +75,10 @@ function pageResponse(opt) {
* origin : 'center center 0' //缩放中心点,可选,在contain和cover模式下无效,默认为"left top 0"
* })
* }
*
*/

/* 对于闪屏
* 页面在加载中,可能会存在闪屏的情况
* 可以给类统一加 visibility:hidden
*/