1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-21 14:19:43 +02:00

add section and editing experience improvements

1. Introduced velocity.js for animations
2. Resized section type icons
3. Refactored add section code
This commit is contained in:
Harvey Kandola 2017-03-02 20:30:26 +00:00
parent 738aaf82c9
commit be4a95df96
49 changed files with 5752 additions and 150 deletions

View file

@ -57,6 +57,8 @@ module.exports = function (defaults) {
app.import('vendor/datetimepicker.min.js');
app.import('vendor/hoverIntent.js');
app.import('vendor/waypoints.js');
app.import('vendor/velocity.js');
app.import('vendor/velocity.ui.js');
return app.toTree();
};