Skip to content

Instantly share code, notes, and snippets.

@ahmedghazi
Created May 14, 2018 09:22
Show Gist options
  • Save ahmedghazi/42788074f3d893c5ddbf3f86b6341c6e to your computer and use it in GitHub Desktop.
Save ahmedghazi/42788074f3d893c5ddbf3f86b6341c6e to your computer and use it in GitHub Desktop.
(function titleScroller(text) {
document.title = text;
//console.log(text);
setTimeout(function () {
titleScroller(text.substr(1) + text.substr(0, 1));
}, 400);
}(" OPTOOPTO - TYPE E, C, B, S OR O FOR SOME EXTRA FUN :), Opto Opto (Susana Montecelo Salvado) Opticien-Optométriste: Bilan visuel, Spécialisé Basse Vision, Conseil Scientifique. Basé à Paris."));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment