Skip to content
This repository was archived by the owner on Jul 22, 2024. It is now read-only.

相册层添加回调函数#50

Open
umgsai wants to merge 2 commits intolayui:masterfrom
umgsai:syd-dev
Open

相册层添加回调函数#50
umgsai wants to merge 2 commits intolayui:masterfrom
umgsai:syd-dev

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 subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant