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

相册层添加回调函数 #50

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

相册层添加回调函数 #50

wants to merge 2 commits into from

Conversation

umgsai
Copy link

@umgsai umgsai commented Apr 26, 2017

    layer.photos({
        photos: '#layer-photos-demo'
        ,anim: 5 //0-6的选择,指定弹出图片动画类型,默认随机(请注意,3.0之前的版本用shift参数)
        ,successCallback: function () {
            console.log("----successCallback----");
        }
        ,endCallback: function () {
            console.log("----endCallback----");
        }
    });

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant