Dashboard sipadu mbip
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

dashboard-isotope.js 360B

1234567891011121314
  1. "use strict";
  2. $(document).ready(function() {
  3. $(window).on('load', function() {
  4. var $container = $('.masonery-box');
  5. $container.isotope({
  6. filter: '*',
  7. animationOptions: {
  8. duration: 750,
  9. easing: 'linear',
  10. queue: false
  11. }
  12. });
  13. });
  14. });