Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-135273 Implement lottietoqml tool
  3. QTBUG-135696

lottietoqml: Implement support for skew/shear animations

    XMLWordPrintable

Details

    • Technical task
    • Resolution: Unresolved
    • P3: Somewhat important
    • None
    • Lottie
    • None

    Description

      This is currently not handled because we need to map between the "angle of skew" and "angle of direction" parameters we get in Lottie and the "factor along x" and "factor along y" we have in Qt Quick.

      Hopefully it can be solved as

      xFactor = tan(angle of direction) * cos(angle of skew)
      yFactor = tan(angle of direction) * sin(angle of skew)
      

      But this also needs some testing.

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            qt.team.graphics.and.multimedia Qt Graphics Team
            esabraha Eskil Abrahamsen Blomfeldt
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes