- 
    
 Technical task
        
     - 
    Resolution: Unresolved
 - 
    
  Not Evaluated                     
     - 
    None
 - 
    None
 
The "to" and "from" properties of the following animation classes are writable but are missing the associated NOTIFY signal.
- QQuickColorAnimation
 - QQuickNumberAnimation
 - QQuickRotationAnimation
 - QQuickVector3DAnimation
 
This leads to QML engine warning at runtime when these properties are being used in bindings, e.g.
import QtQuick 2.0
NumberAnimation {
    readonly property real diff: from - to
}
| For Gerrit Dashboard: QTBUG-63178 | ||||||
|---|---|---|---|---|---|---|
| # | Subject | Branch | Project | Status | CR | V | 
| 205411,3 | Add NOTIFY signals for QtQuick Animation classes to/from | 5.9 | qt/qtdeclarative | Status: ABANDONED | -1 | 0 | 
| 205651,3 | Add NOTIFY signals for QtQuick Animation classes to/from properties | dev | qt/qtdeclarative | Status: MERGED | +2 | 0 |