BigW Consortium Gitlab

logo.js 256 Bytes
Newer Older
Fatih Acet committed
1 2 3
(function() {
  Turbolinks.enableProgressBar();

4
  $(document).on('page:fetch', function() {
5
    $('.tanuki-logo').addClass('animate');
6
  });
Fatih Acet committed
7

8
  $(document).on('page:change', function() {
9
    $('.tanuki-logo').removeClass('animate');
10
  });
Fatih Acet committed
11 12

}).call(this);