Slower focus animations
AskAndRecieve opened this issue · 6 comments
First of all let me tell you that I really enjoy using your library!
And I’ve explored the wiki and the code and I know that I can make the focus animations faster by changing the animation steps.
but, I need to make it slower than 1 step, is such a thing possible as the code is now or do you need to make changes to accommodate for this feature?
Thank you @AskAndRecieve
focusAnimationStep
property is designed as an Int
value. But it may be Double
to support slower animations.
PR's welcome if you want to contribute :)
Can you allow me pushing permissions? I want to create a branch and make a pull request :)
You don't need permission. Just fork and create PR.
Cool, I did it, hopefully it's all good!
What do we need to do now that the pull request failed tests?
Fixed with 1.3.6 release