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:
parent
738aaf82c9
commit
be4a95df96
49 changed files with 5752 additions and 150 deletions
|
@ -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();
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue