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

相册层添加回调函数 #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 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