Sascha Manns

My personal Blog about Linux, Windows Programming and other random stuff.

Posts in May 2019

Animated Typing Utility with JavaScript

Ever wished a animated typing effect in your webproject? If yes, you should definitive check out the typit.js library. Last days i stumbled upon that interesting library. The effect looks like: How could you implement it? Let we say, you would like to use this effect to show others your different job experiences. First place a tag inside your code like that one:  Then …
JavaScript

Animierter Typing-Effekt mit Javascript

Wollten Sie schon immer einen Schreimaschienen (Typing) Effekt in Ihrem Projekt? Falls ja, sollten Sie sich die typeit.js Bibliothek ansehen, worüber ich die Tage gestolpert bin. Der Effekt sieht so aus: Wie wird es implementiert? Zuerst integrieren Sie die Bibliothek in Ihr Projekt, wie andere Bibliotheken auch. Im nächsten Beispiel gehen wir davon aus, das sie eine Portfolioseite erstellen, in …
JavaScript