Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What UI framework is http://mega.co.nz/ using?

I am interesting in what framework http://mega.co.nz/ is using. Specifically instantaneous page/section transitions with urls like :/#/pagename and smooth transition effects. Also form input handling is slick.

like image 635
supercobra Avatar asked Nov 13 '12 10:11

supercobra


1 Answers

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

There are also these jquery plugins used: jquery.easing, jquery.jscrollpane, jquery.mousewheel, jquery-validate, jquery-placeholder.

The scrolling feature is implemented using jScrollPane.

like image 190
nxtwrld Avatar answered Oct 22 '22 09:10

nxtwrld