What is the user interface structure used by http://mega.co.nz/?

I am wondering in what framework http://mega.co.nz/ . In particular, instant page / section transitions with such URLs as: / # / pagename and smooth transition effects. Also the input processing form is smooth.

+4
source share
1 answer

Backbone jQuery loaded by requirejs and compiled into main.js with r.js. Instead of underscore.js it uses lodash.

These jquery plugins also exist: jquery.easing, jquery.jscrollpane, jquery.mousewheel, jquery-validate, jquery-placeholder.

The scroll function is implemented using jScrollPane .

+9
source

Source: https://habr.com/ru/post/1445727/


All Articles