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. ColorAnimation for transparent and/or alpha channel colors
Forum Updated to NodeBB v4.3 + New Features

ColorAnimation for transparent and/or alpha channel colors

Scheduled Pinned Locked Moved Unsolved General and Desktop
1 Posts 1 Posters 104 Views
  • 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.
  • S Offline
    S Offline
    Sebastian Mosiej
    wrote on last edited by
    #1

    Hi,
    color is animated like that

             Behavior on color {
                ColorAnimation {
                    duration: 700
                    easing.type: Easing.BezierSpline
                    easing.bezierCurve: [0.4, 0, 0.2, 1, 1, 1]
                }
    

    between "transparent" and "green".
    It there a way to exclude alpha part of color in this animation?

    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