fully disable Framework7 animations?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • samvb
    New Member
    • Oct 2006
    • 228

    fully disable Framework7 animations?

    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:

    Code:
    var myApp = new Framework7({
        modalTitle: 'MeLife',
        // Enable Material theme
        material: true,
    	animatePages:false,
    	externalLinks:'.external',
    	sortable:false,
    	swipeout:false,
    	materialRippleElements:'',
    });
    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?
    Last edited by Rabbit; Aug 18 '15, 04:08 PM. Reason: Please use [code] and [/code] tags when posting code or formatted data.
Working...