surajk95 / leetify

Awesome Leet Code effect for webpages. Built completely with Vanilla JS.

Home Page:https://surajk95.github.io/leetify/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

leetify

Awesome leetcode effect for your webpage.
Built completely with Vanilla JS.

Installation

Copy leetify.js file to your webpage directory.
Change/Make id="leetify" of the div, or the element where you want the effect.
Insert

<script src="leetify.js" async></script> <script> window.onload=leetify( 'leetify', 'white', '32px' ); </script>

before closing the body tag.

You can change the text, color of text, font size, and speed of animation.

Refer to the demo index.html file to see how it should be done.

About

Awesome Leet Code effect for webpages. Built completely with Vanilla JS.

https://surajk95.github.io/leetify/


Languages

Language:JavaScript 62.8%Language:CSS 19.6%Language:HTML 17.6%