Results 1 to 2 of 2

Thread: Gtk theme css transition-duration

  1. #1
    Join Date
    Oct 2013
    Beans
    336
    Distro
    Xubuntu 14.10 Utopic Unicorn

    Gtk theme css transition-duration

    I have the Numix gtk theme installed and i am using it as my default theme in Xfce.

    I went to /usr/share/themes/Numix/ and tried to figure out how to edit but i cant figure it out.

    Basically heres what I want:

    When I move or resize windows, I want them to have an opacity of 50%
    That part is simple, however, I dont want it to just go instantly to 50% opacity,
    I want it to have a transition-duration of 250ms.

    How can I do this, and where do I need to put it in the Numix configuration?


    If I cant do it for just the windows during resize/move, could I apply it to everything like this?
    Code:
    * {
    
            transition-duration:                250ms;
    
    }
    Things to remember :
    - Use proper english
    - Comment your code
    - Keep background information and introductions to a minimum

  2. #2
    Join Date
    Feb 2010
    Location
    Obscurial Springs
    Beans
    15,210
    Distro
    Ubuntu Budgie Development Release

    Re: Gtk theme css transition-duration

    As you may know in window manager tweaks - compositor you can set transparency of the windows during movement among and other things. Would it be fruitful to attempt to affect the change from the compositor rather than the theme so it would be applicable to all themes ? You might look into the application at the link. http://www.webupd8.org/2013/06/xfce4...ly-change.html
    "Our intention creates our reality. "

    Ubuntu Documentation Search: Popular Pages
    Ubuntu: Security Basics
    Ubuntu: Flavors

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •