$(document).ready(function() { //textos a serem exibidos var textos = ["Your reliable logistic", "STP Offshore Logistic & Tour", "We offer"]; //exibição inicial var atual = 0; $('#frases').text(textos[atual++]); //define intervalo de troca setInterval(function() { //efeito de desaparecer $('#frases').fadeOut(function() { //função "callback" que mostra o próximo texto if (atual >= textos.length) atual = 0; $('#frases').text(textos[atual++]).fadeIn(); }); }, 4850); });
$(document).ready(function() { //textos a serem exibidos var textos = ["PARTNER", "WE ARE HERE", "SERVICES"]; //exibição inicial var atual = 0; $('#frases2').text(textos[atual++]); //define intervalo de troca setInterval(function() { //efeito de desaparecer $('#frases2').fadeOut(function() { //função "callback" que mostra o próximo texto if (atual >= textos.length) atual = 0; $('#frases2').text(textos[atual++]).fadeIn(); }); }, 4850); });
The company is prepared to provide appropriate services in terms of customs clearance.
What We Do
STP
OUR PARTNERS AND
Clients
CLIENTS














