LiquidFloatingActionButton
LiquidFloatingActionButton copied to clipboard
Change speed or viscosity
How can I change the animation speed, without making changes in the lib code?
Yes, look at the code here: class CircleLiquidBaseView : ActionBarBaseView {
Could you help me and put the code? I don't know how to modify it outside the lib
In the LiquidFloatingActionButton.swift, find class CircleLiquidBaseView : ActionBarBaseView {
. Then change the viscosity from there.
i think no way to change values when use cocoapod...
durations and viscosity values are not open or public properties.... and override ? also impossible...