Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. How to make nice open/close child window animation effects?
Qt 6.11 is out! See what's new in the release blog

How to make nice open/close child window animation effects?

Scheduled Pinned Locked Moved General and Desktop
4 Posts 3 Posters 2.2k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • deleted57D Offline
    deleted57D Offline
    deleted57
    wrote on last edited by
    #1

    Hi all

    I would to ask if could be possible to develop some nice animation effect for open/close of application child windows. For example an animation like burn as showed in the image:

    !http://news.opensuse.org/wp-content/uploads/2007/08/animation-burn_thumb.jpg(Window burn animation)!

    If possible what do you think would be the best way to do such thing?

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi,

      This effect is done by your window manager, it's not something that you could easily replicate in your application. And that would definitely break the user interface guide lines on other OSs.

      Unless you are planning to do it in a game, I would rather recommend against this kind of eye candy (if people want something like that, they use the same WM as you). Users would be rather surprised and maybe annoyed by that.

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      0
      • deleted57D Offline
        deleted57D Offline
        deleted57
        wrote on last edited by
        #3

        Hi

        Well, the example I showed is too "extreme" but I think some more "normal" animation could have a positive impact in application interacting. Is jusy my persionally idea by the way... Basically my question focused to learn a way to get such result mainly for improve my knowledge un Qt. ^_^

        1 Reply Last reply
        0
        • N Offline
          N Offline
          NicuPopescu
          wrote on last edited by
          #4

          as far as I know the OS's window manager takes care of the application's main window, and since you specified application's child windows, I think an open/close turning into show/hide animation effect could be achievable

          1 Reply Last reply
          0

          • Login

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • Users
          • Groups
          • Search
          • Get Qt Extensions
          • Unsolved