Skip to content

Instantly share code, notes, and snippets.

View HelgaZhizhka's full-sized avatar
👁️‍🗨️

Olga Zhyzhka HelgaZhizhka

👁️‍🗨️
View GitHub Profile
@HelgaZhizhka
HelgaZhizhka / untitled
Created January 16, 2016 21:57
animation
/* Animations */
@-webkit-keyframes flash {
0% { background: rgba(255,255,255, 0); }
50% { background: rgba(255,255,255, .3); }
100% { background: rgba(255,255,255, 0); }
}
@-moz-keyframes flash {
0% { background: rgba(255,255,255, 0); }