Ticket #998 (closed enhancement: worksforme)
Frame-by-frame animation for buffer icon
| Reported by: | pablo | Owned by: | pablo |
|---|---|---|---|
| Priority: | Normal | Milestone: | Backlog |
| Component: | general | Keywords: | |
| Cc: | zach | Forum thread: |
Description
For animated buffer icons that don't rotate easily, it would be nice to have a non-swf mechanism for creating the animation. One way to do this would be to provide a frame-by-frame animation for skin elements. The skin XML would look like this:
<component name="display"> <sequence name="bufferIcon" interval="150"> <frame element="bufferIcon01" /> <frame element="bufferIcon02" /> <frame element="bufferIcon03" /> ... </sequence> <elements> <element name="bufferIcon01" src="bufferIcon0001.png" /> <element name="bufferIcon02" src="bufferIcon0002.png" /> <element name="bufferIcon03" src="bufferIcon0003.png" /> ... </elements> </component>
Change History
comment:3 Changed 3 years ago by jeroen
- Summary changed from Skinning: Frame-by-frame animation for buffer icon to Frame-by-frame animation for buffer icon
- Type changed from enhancement to feature
- Milestone changed from Player 5.4 to Backlog
Frankly, with some tricks there's quite some things one can do with the buffer rotation. Not so much needed.
We should probably list out the tricks in the skinning guide:
- 90deg rotations
- rotating icons first half a rotation cycle in Fireworks/Photoshop
- very slow rotation speeds
comment:4 Changed 13 months ago by jeroen
- Priority set to Normal
- Type changed from feature to enhancement
- Milestone changed from Backlog to Player 6.0
Note: See
TracTickets for help on using
tickets.

Moving this to 5.4, so it goes together with all other skin enhancements.