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. SequentialAnimation runs but not ParallelAnimation
Forum Updated to NodeBB v4.3 + New Features

SequentialAnimation runs but not ParallelAnimation

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

    For some reason when I run SequentialAnimation from animations run but if I change it from SequentialAnimation to ParallelAnimation it does not.
    @
    SequentialAnimation {
    id: playbanner
    running: false

    NumberAnimation {
    target: film_list_background_image
    property: "opacity"
    to: 1
    duration: 2000
    }
    NumberAnimation {
    target: movie_list1
    properties: "y"
    to: 267
    from: -371
    easing.type: Easing.OutBounce;duration: 800
    }
    .....
    ......
    ....
    }
    @

    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