Arnold Simha

Results 3 comments of 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": ![image](https://user-images.githubusercontent.com/815961/81486307-8557ed00-925c-11ea-8710-18f50790cc68.png) 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