Skip to content

Instantly share code, notes, and snippets.

View EvgenyKarataev's full-sized avatar
👋

Evgeny EvgenyKarataev

👋
  • Hipcamp
  • Chicago, IL, USA
View GitHub Profile
@EvgenyKarataev
EvgenyKarataev / app.html
Last active September 5, 2015 18:59 — forked from ebidel/app.html
Fast Polymer app loading - optimized for first render, progressively enhanced lazy loading
<!DOCTYPE html>
<html>
<head>
<style>
body.loading #splash {
opacity: 1;
}
#splash {
position: absolute;
top: 0;
@EvgenyKarataev
EvgenyKarataev / app.html
Last active September 5, 2015 18:58 — forked from ebidel/app.html
Fast Polymer app loading (Promises version) - optimized for first render, progressively enhanced lazy loading
<!DOCTYPE html>
<html>
<head>
<style>
body.loading #splash {
opacity: 1;
}
#splash {
position: absolute;
top: 0;