A little loading bar. ~
Thanks to @Alexis Doreau for this awesome design. https://dribbble.com/shots/2156764-Scanner-Gooey-Effect-Firefly-Loader
A little loading bar. ~
Thanks to @Alexis Doreau for this awesome design. https://dribbble.com/shots/2156764-Scanner-Gooey-Effect-Firefly-Loader
Just a simple loading icon using scss.
A Pen by Andrew Pronschinske on CodePen.
We're almost there, just one more after this one and then it's on to a new adventure!
A Pen by Reinier Kaper on CodePen.
Based on this dribbble shot - https://dribbble.com/shots/2232385-Pull-Down-to-Refresh by Hoang Nguyen.
No animation libs. Line animation not working in IE.
A Pen by Nikolay Talanov on CodePen.
Fix to iOS iframe height issue | |
<iframe id="stupid-iframe" height="200" src="a-file.html"></iframe> | |
<html> | |
<body> | |
<div class="iframe-wrapper" style="width: 100%; height: 200px; overflow: auto; -webkit-overflow-scrolling: touch;"> | |
</div> | |
</body> |
// | |
// GRAppDelegate.m | |
// Testme | |
// | |
// Created by Marco Tabini on 11-08-29. | |
// Copyright (c) 2011 Marco Tabini. All rights reserved. | |
// | |
#import "GRAppDelegate.h" |