summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRodney Dawes <dobey.pwns@gmail.com>2008-12-25 06:51:56 +0000
committerRodney Dawes <dobey.pwns@gmail.com>2008-12-25 06:51:56 +0000
commit365cf630e92c4e77c1825e8f3530102c8303bf4f (patch)
treee81d6c8b4f693c8571ca8722f61b09089cdd5d07
parentd2ea8b37fde638d66a8282ebb14c87cb6903350a (diff)
Describe the preferred implementation of animations in the context info
Remove the animation implementation details from process-working description
-rw-r--r--spec/icon-naming-spec.xml12
1 files changed, 6 insertions, 6 deletions
diff --git a/spec/icon-naming-spec.xml b/spec/icon-naming-spec.xml
index 84ce033..449f91b 100644
--- a/spec/icon-naming-spec.xml
+++ b/spec/icon-naming-spec.xml
@@ -71,7 +71,11 @@ interacting with the user.
<entry>
Animated images used to represent loading web sites, or other
background processing which may be less suited to more verbose
-progress reporting in the user itnerface.
+progress reporting in the user interface. Animations should be a PNG with
+frames which are the size of the directory the animation is in, tiled in a
+WxH grid. Implementations should determine the number of frames by dividing
+the image into its frames, and iterating from left to right, wrapping to the
+first frame, after rendering the last.
</entry>
<entry>animations</entry>
</row>
@@ -895,11 +899,7 @@ application's <quote>View</quote> menu.
<entry>process-working</entry>
<entry>
This is the standard spinner animation for web browsers and
-file managers to show that the location is loading. This image
-should be a multi-frame PNG with the frames as the size that
-the directory containing the image, is specified to be in. The
-first frame of the animation should be used for the resting
-state of the animation.
+file managers to show that the location is loading.
</entry>
</row>
</tbody>