definicao de layout
This commit is contained in:
12
public/assets/js/animation/wow/wow-init.js
Normal file
12
public/assets/js/animation/wow/wow-init.js
Normal file
@@ -0,0 +1,12 @@
|
||||
(function($) {
|
||||
"use strict";
|
||||
var wow_init = {
|
||||
init: function() {
|
||||
$('.grid').isotope({
|
||||
itemSelector: '.grid-item'
|
||||
});
|
||||
new WOW().init();
|
||||
}
|
||||
};
|
||||
wow_init.init()
|
||||
})(jQuery);
|
||||
3
public/assets/js/animation/wow/wow.min.js
vendored
Normal file
3
public/assets/js/animation/wow/wow.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user