/*
 * This stylesheet generated by the CSS3 TrueColor Animator v1.0
 * by Zoltan Hawryluk (http://www.useragentman.com). 
 * Latest version of this program is available at
 * https://github.com/zoltan-dulac/css3TrueColorAnimator
 *
 * Generated with the following options: 
 * --input-apng
 * --output=b
 * --ms=50
 * --jxr-quality=80
 * --jp2-quality=70
 * --webp-quality=50
 *
 */
	
	.b {
	  width: 100px;
	  height: 100px;
	}
	
	html.webp .b {
	  background: url('./b.webp');
	}
	
	html.apng .b {
	  background: url('./b.png');
	}
	
	html.no-apng.no-webp.cssanimations .b {
	    background: url('./b-stitched.png') left center;
	    animation: bplay 1000ms steps( 20) infinite;
	    -webkit-animation: bplay 1000ms steps( 20) infinite;
	}
	
	html.no-apng.no-webp.jpegxr.cssanimations .b {
	    background: url('./b-stitched.jxr') left center;
	}
	
	html.no-apng.no-webp.jpeg2000.cssanimations .b {
	    background: url('./b-stitched.jp2') left center;
	}
	
	html.no-apng.no-webp.no-cssanimations .b {
	    background: url('./b.gif') left center;
	}
	
	@keyframes bplay {
	  100% { background-position: -2000px; }
	}
	
	@-webkit-keyframes bplay {
	  100% { background-position: -2000px; }
	}
	
