ac-bundle-module-frontend-modules-transition

frontend/modules/transition.js

A module for ac-bundle-app, published by ac-bundle-module.

Available Methods: remove, start

remove

function(element) {
  element.className = element.className.split(" no-transition").join("");
}

start

function() {
  mod.remove(app.element);
}

Happy Coding!

Leave a Comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.