All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.jwebmp.plugins.angularzoomanimation.zoomIn.min.js Maven / Gradle / Ivy

There is a newer version: 1.2.2.1-jre17
Show newest version
JW_APP_NAME.directive("zoomIn",zoomIn);function zoomIn($timeout,$rootScope){return{restrict:"A",link:function($scope,elem){var delay=1e3;if($rootScope.$pageFinishedLoading){delay=100}$timeout(function(){elem.removeClass("full-invisible");elem.addClass("animated zoomIn")},delay)}}}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy