lls-ws / lls-src

Source files from project LLS-WS
GNU General Public License v3.0
0 stars 0 forks source link

Animated Icons on Save Button #10

Open lls-ws opened 5 months ago

lls-ws commented 5 months ago

[!NOTE] To Iniciate Animation add after

function eventoSalvarPreco(tipoOperacao, nomeTabela) {

  var number = animacao("botao" + nomeTabela, "fa-check", true);

[!NOTE] To Close Animation add before

mostraDialog(

          animacao("botao" + nomeTabela, "fa-check", false, number);

[!NOTE] To Close Animation add before

mostraAjaxErro(

      animacao("botao" + nomeTabela, "fa-check", false, number);

[!IMPORTANT] Change Files

[!TIP] Run Command

lls-jquery && lls-jquery milho && lls-jquery cafe && lls-jquery balanca
lls-ws commented 5 months ago

js/componentes/login/animacao.js

lls-ws commented 1 month ago

Image