File:Vector Loading.svg

Original file(SVG file, nominally 34 × 34 pixels, file size: 911 bytes)

Captions

Captions

Add a one-line explanation of what this file represents

Summary edit

Description
English: Simple spinner used on MediaWiki translate extension
Date
Source https://phabricator.wikimedia.org/diffusion/ETRA/browse/
Author Wikimedia Foundation Developers
Permission
(Reusing this file)

Per this

GNU head This work is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; version 2. This work is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See version 2 of the GNU General Public License for more details.
Public domain This image of simple geometry is ineligible for copyright and therefore in the public domain, because it consists entirely of information that is common property and contains no original authorship.
Heptagon
Heptagon
Simplified of [1]
Other versions
SVG development
InfoField
 
The SVG code is valid.
 
This diagram was created with an unknown SVG tool.

Sample usage (copied from translate extension)

@-webkit-keyframes tux-loading-indicator-spin {
	from {
		-webkit-transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(360deg);
	}
}

@keyframes tux-loading-indicator-spin {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
	}
}

.tux-loading-indicator {
	float: left;
	background: transparent url(Vector Loading fallback.gif) right bottom no-repeat;
	background-image: -webkit-linear-gradient(transparent, transparent), url(Vector Loading.svg);
	background-image: -moz-linear-gradient(transparent, transparent), url(Vector Loading.svg);
	background-image: linear-gradient(transparent, transparent), url(Vector Loading.svg);
	background-size: 100%;
	-webkit-animation-name: tux-loading-indicator-spin;
	-webkit-animation-duration: 1.5s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	animation-name: tux-loading-indicator-spin;
	animation-duration: 1.5s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	height: 34px;
	width: 34px;
	backface-visibility: hidden;
}

File history

Click on a date/time to view the file as it appeared at that time.

Date/TimeThumbnailDimensionsUserComment
current19:36, 11 July 2013Thumbnail for version as of 19:36, 11 July 201334 × 34 (911 bytes)Ebrahim (talk | contribs)User created page with UploadWizard

The following page uses this file:

Metadata