Skip to content
View Code-Nit-Whit's full-sized avatar
👍
I may be slow to respond.
👍
I may be slow to respond.
Block or Report

Block or report Code-Nit-Whit

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. Py_is_Served Py_is_Served Public

    Python's http.server module wrapped in a graphical interface with hot reloading, configurability, and a focus on ease of use.

    Python

  2. electron-error electron-error Public

    An Electron debugging and error handling tool.

    JavaScript

  3. Squares: Iterative Duplication & Rec... Squares: Iterative Duplication & Recursive Agamogenesis
    1
    Squares: Iterative Duplication & Recursive Agamogenesis
    2
    -------------------------------------------------------
    3
    A trippy CSS + JavaScript animation looping the duplication of rotating squares, then reducing the size of and nesting a child square element... and repeating. Threw a nice color changing gradient effect for good measure.   
    4
    
                  
    5
    A [Pen](https://codepen.io/Code-Nit-Whit/pen/abMKaBd) by [Code_Nit_Whit](https://codepen.io/Code-Nit-Whit) on [CodePen](https://codepen.io).
  4. Animated Background- Random Circles ... Animated Background- Random Circles and Squares
    1
    Animated Background- Random Circles and Squares
    2
    -----------------------------------------------
    3
    Pretty simple. Falling , rotating squares morph into circles and then back. Background color, size, animation duration, and location in X are randomly generated.  A new shape is created every 4 seconds. A z index of -1 means in most cases this can run in the background with covering important content or getting in the way. Limits quantity of existing animated to 10, killing of each element after 6 animation iterations to avoid monotony.  Animation is pure CSS. Elements created and randomized attributes set in JS.
    4
    
                  
    5
    A [Pen](https://codepen.io/Code-Nit-Whit/pen/poYOZvE) by [Code_Nit_Whit](https://codepen.io/Code-Nit-Whit) on [CodePen](https://codepen.io).
  5. Glitched Text Transition- Random Cha... Glitched Text Transition- Random Character Cycling
    1
    Glitched Text Transition- Random Character Cycling
    2
    --------------------------------------------------
    3
     Upon receiving a paragraph element from the HTML page, the script dissects the text, assigning each character to its own encapsulated span element. Through this separation, the script gains the ability to manipulate individual characters. The program randomly transforms characters, cycling through an array of non-alphabetic symbols such as punctuation marks, numerals, and special characters. The program adjusts the size and styling of characters, enhancing the visual impact. It achieves this through class list manipulation and CSS transition properties, facilitating seamless simultaneous animations. This approach ensures that each transformation unfolds smoothly without interfering with others. The end result is a glitchy animated transition reminiscent of the falling code from th matrix movie.
    4
    
                  
    5
    A [Pen](https://codepen.io/Code-Nit-Whit/pen/ExMbRWx) by [Code_Nit_Whit](https://codepen.io/Code-Nit-Whit) on [CodePen](https://codepen.io).