{"version":3,"file":"preloader.min.js","sources":["https:\/\/cfg.e-learning.pl\/theme\/elpl\/amd\/src\/preloader.js"],"sourcesContent":["\/\/ This file is part of Moodle - http:\/\/moodle.org\/\n\/\/\n\/\/ Moodle is free software: you can redistribute it and\/or modify\n\/\/ it under the terms of the GNU General Public License as published by\n\/\/ the Free Software Foundation, either version 3 of the License, or\n\/\/ (at your option) any later version.\n\/\/\n\/\/ Moodle is distributed in the hope that it will be useful,\n\/\/ but WITHOUT ANY WARRANTY; without even the implied warranty of\n\/\/ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n\/\/ GNU General Public License for more details.\n\/\/\n\/\/ You should have received a copy of the GNU General Public License\n\/\/ along with Moodle. If not, see .\n\n\/**\n * Preloader animation.\n *\n * @package theme_elpl\n * @copyright 2021 e-learning.pl\n * @author Kamil \u0141uczak \n * @license All right reserved.\n *\/\n\ndefine(['jquery'], function($) {\n return {\n init: function() {\n $(function() {\n setTimeout(\n function() {\n $('.lds-ring').fadeOut(200, function() {\n \/\/ Animation complete.\n });\n }, 100);\n $('.lds-show').click(function() {\n $('.lds-ring').fadeIn(50, function() {\n \/\/ Animation complete.\n });\n });\n });\n }\n };\n});\n"],"names":["define","$","init","setTimeout","fadeOut","click","fadeIn"],"mappings":";;;;;;;;AAwBAA,8BAAO,CAAC,WAAW,SAASC,SACjB,CACHC,KAAM,WACFD,GAAE,WACEE,YACI,WACIF,EAAE,aAAaG,QAAQ,KAAK,iBAG7B,KACPH,EAAE,aAAaI,OAAM,WACjBJ,EAAE,aAAaK,OAAO,IAAI"}