Created
May 14, 2018 09:22
-
-
Save ahmedghazi/42788074f3d893c5ddbf3f86b6341c6e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(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