Arnold Simha
Arnold Simha
Hi @filipows , Thank you for your response. I think it's possible to keep it simple. I saw that you're setting "easing" property as "ease":  you can expose it...
I found a workaround: Add to addPage method next code just before destroyPages() event: if (options.direction == directions.rightToLeft) { if (index > 0 && (index % 2) == 0) {...
@gkatsev There is a way to get it from what I see: https://stackoverflow.com/a/58435817/2339631