am using framwork7 and it is one hell of a library but bad at animation. It works in some OS version, it is sluggish in some...now i just want to disable the animations alltogether for the function is all i am after.
During ini, i have the following:
The animatePages seem to have the correct effect but only on page transitions. I want to disable the animations on click of buttons/links which I believe should have been achieved by setting materialRippleE lements to empty but nothing yet.
Any any ideas please?
During ini, i have the following:
Code:
var myApp = new Framework7({
modalTitle: 'MeLife',
// Enable Material theme
material: true,
animatePages:false,
externalLinks:'.external',
sortable:false,
swipeout:false,
materialRippleElements:'',
});
Any any ideas please?