KeatonTech / Angular-2-Page-Slider

Mimicks the functionality of UIPageViewController in pure HTML for mobile web apps with Angular 2
MIT License
27 stars 5 forks source link

Custom Sliding Animations #14

Open Ericky14 opened 7 years ago

Ericky14 commented 7 years ago

Does this plugin support custom sliding animations? I want to integrate a 3d cube flipping kind of animations.

KeatonTech commented 7 years ago

There's currently no way to pass in custom animation code (if you're feeling up to it, I'd welcome a pull request to add that!) -- but it should be pretty easy to fork this and change the animation functions. Nothing about the fundamental way it works requires that the animation be linear.