animate.defaults

webix.animate.defaults

webix.animate.defaults helper.

Please look into the linked official documentation.

Referenced by

helpers
start().

External references

Official documentation page.

Code

1
2
3
4
5
6
7
8
webix.animate.defaults = {
        type: 'slide',
        delay: '0',
        duration: '500',
        timing: 'ease-in-out',
        x: 0,
        y: 0
};