Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. QML and Qt Quick
  4. [SOLVED] Default easing.type in animations
Qt 6.11 is out! See what's new in the release blog

[SOLVED] Default easing.type in animations

Scheduled Pinned Locked Moved QML and Qt Quick
3 Posts 2 Posters 1.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.
  • V Offline
    V Offline
    V0idExp
    wrote on last edited by
    #1

    Hello geeks!
    I have a strange problem with animations. I'm developing a QtQuick2 app on my amd64 desktop (Ubuntu 12.04), which has some animated transitions. Almost all of them don't specify the easing.type property, thus, it's supposed that they're being animated with Linear interpolation. And, as expected, everything looks fine. When I execute the same identical application (obviously, cross-compiled) on a Quad-core ARM IMX6 board (from freescale), which features hardware OpenGL acceleration too, transitions are animated in a different way, it looks much like if easing.type was set on something like InOutQuad or stuff like that, I mean, it's definitely NOT Linear. Any suggestions? Using Qt-5.0.2 both on desktop and on board.

    1 Reply Last reply
    0
    • S Offline
      S Offline
      stevenceuppens
      wrote on last edited by
      #2

      Are you able to log the "easing.type" property to the console, to verify the behavior

      Regards, Steven

      Steven CEUPPENS
      Developer / Architect
      Mobile: +32 479 65 93 10

      1 Reply Last reply
      0
      • V Offline
        V Offline
        V0idExp
        wrote on last edited by
        #3

        "Solved". The problem was a poor performance of the GPU

        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