GIfatahTH / animator

A Flutter library that makes animation easer. It allows for separation of animation setup from the User Interface.
BSD 3-Clause "New" or "Revised" License
227 stars 28 forks source link

Animation on Draggable #13

Closed salime45 closed 5 years ago

salime45 commented 5 years ago

Hi, i am using this library and works great.

I want use this in Draggable widget, but any time i drag and drop the animation restart.

I try with the configuration animateOnRebuild & resetAnimationOnRebuild but still happends

Ty

GIfatahTH commented 5 years ago

Could you put your code it see the context of your example!

salime45 commented 5 years ago

i fixed

The problem was i can´t update the position of the draggable when use the animation position.

i created a function to get the correct positon in each case.

thanks