I have two object in QML and the two are move able(one is small and another is big). One,the small, is moved over an other,the big,. How can I move the two smoothly because whenever I move the small one, it always conflict with the big one.
Printable View
I have two object in QML and the two are move able(one is small and another is big). One,the small, is moved over an other,the big,. How can I move the two smoothly because whenever I move the small one, it always conflict with the big one.
I'm not sure what you mean exactly. For smooth animations you can use either the Behavior element or the PropertyAnimation element.
My problem is Attachment 8389
I'm sorry, I don't understand what you mean. What do you mean by that they "conflict" with each other?
Oh sorry, it mean when I want to move the small object, the program mostly move the big object. The small object is hardly move even I try to point the mouse on it but instead it move the big. So I want them to be easier to move mean if i point to the space of the big, it move the big and if I point to the small's space, it move the small not the big anymore.