Skip to content
Commit 80177261 authored by Arjen Hiemstra's avatar Arjen Hiemstra
Browse files

declarative/core: Use two opacity nodes for fading in IconItem

There's no need to create a complete custom node with material and
shaders if all we're doing is a linear fade between the old image and
the new. Instead we can use two QSGOpacityNodes for the fading, which
gives us the same effect without the need for so much custom code.

Moreover, at least one of the duplicates of 432999 points to problems in
fadingnode, so this hopefully reduces the changes of that occuring.

CCBUG: 432999
parent d066c941
Pipeline #267517 canceled with stage
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment