$(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
01
Company
STP OFFSHORE LOGISTIC & TOUR LDA is one of the leading logistic and shipping agency in Sao Tome and Principe.
02
Services
Our range of services as well as our response teams allow us to offer completely customized solutions.
03
Tourism
São Tomé and Príncipe is the second smallest country in Africa, being an island paradise for adventurous travelers.