Merge lp:~tombeckmann/egtk/spinning-spinner into lp:egtk/1.0

Proposed by Tom Beckmann
Status: Merged
Merged at revision: 542
Proposed branch: lp:~tombeckmann/egtk/spinning-spinner
Merge into: lp:egtk/1.0
Diff against target: 17 lines (+7/-0)
1 file modified
gtk-3.0/gtk-widgets.css (+7/-0)
To merge this branch: bzr merge lp:~tombeckmann/egtk/spinning-spinner
Reviewer Review Type Date Requested Status
Cassidy James Blaede Approve
Review via email: mp+129560@code.launchpad.net

Description of the change

Make the spinner spin. As seen in Ambiance ;)

To post a comment you must log in.
Revision history for this message
Cassidy James Blaede (cassidyjames) wrote :

Works here. I think 500ms ease looks better though.

Revision history for this message
Cassidy James Blaede (cassidyjames) wrote :

Tom, can you update it please? ;)

review: Needs Fixing
Revision history for this message
Cassidy James Blaede (cassidyjames) wrote :

I'll change the animation when I push.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'gtk-3.0/gtk-widgets.css'
2--- gtk-3.0/gtk-widgets.css 2012-10-12 20:11:57 +0000
3+++ gtk-3.0/gtk-widgets.css 2012-10-13 14:55:24 +0000
4@@ -1324,6 +1324,13 @@
5 to (alpha (@selected_bg_color, 0.25)));
6 }
7
8+/**********
9+* Spinner *
10+**********/
11+.spinner:active {
12+ transition: 750ms linear loop;
13+}
14+
15 /*********
16 * Linked *
17 *********/

Subscribers

People subscribed via source and target branches

to all changes: