• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

Timing of CPAPI_SLIDEENTER and advanced action triggered on slide enter

Explorer ,
Sep 30, 2016 Sep 30, 2016

Copy link to clipboard

Copied

It seems that the CPAPI_SLIDEENTER event eg:

eventEmitterObj.addEventListener("CPAPI_SLIDEENTER",function(e) {

  console.log("Slide has been entered");

});

gets triggered after an advanced action that's set to trigger on slide enter.

I need the event to trigger before the advanced action. Is there any way to reverse/change the order?

TOPICS
Advanced

Views

236

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
People's Champ ,
Sep 30, 2016 Sep 30, 2016

Copy link to clipboard

Copied

LATEST

You cannot change the order, but you can call and advanced action with JavaScript, or most likely you can create the advanced actions functionality with JavaScript. See this thread.

JavaScript calling Advanced Action

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources
Help resources