Skip to content

Instantly share code, notes, and snippets.

View submgr's full-sized avatar
:octocat:
Dream of deleting repositories I don't need anymore...

Aram Virabyan submgr

:octocat:
Dream of deleting repositories I don't need anymore...
View GitHub Profile
@submgr
submgr / css-scrollbar.markdown
Created October 30, 2023 01:01
CSS Scrollbar
@submgr
submgr / index.html
Created October 18, 2023 16:47
[Three.js]shader_ripple_color_mod()
<script src="https://cdnjs.cloudflare.com/ajax/libs/three.js/89/three.min.js"></script>
<div id="container"></div>
<script id="vertexShader" type="x-shader/x-vertex">
void main() {
gl_Position = vec4( position, 1.0 );
}
</script>
@submgr
submgr / index.html
Created August 26, 2022 19:26
Loading animation
<div class="loader"></div>