Skip to content

Instantly share code, notes, and snippets.

View SergeyLitvin's full-sized avatar

Serhii Lytvyn SergeyLitvin

  • Epic Games
  • Kharkiv region, Zmiiv
View GitHub Profile
@SergeyLitvin
SergeyLitvin / lazy-loading.html
Created March 5, 2021 23:36 — forked from droganaida/lazy-loading.html
Intersection Observer + custom lazy loading demo
<html>
<head>
<title>Lazy loading by #Blondiecode</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
body {
font-family: Arial, "Helvetica Neue", Helvetica, serif;
}
footer {
@SergeyLitvin
SergeyLitvin / js.gitignore
Created February 28, 2021 12:35 — forked from bsara/js.gitignore
.gitignore File for JavaScript Projects
#---------------------------------------#
# Project Ignores #
#---------------------------------------#
# output
/.temp
/.tmp
/build
/dist