LiquidFloatingActionButton icon indicating copy to clipboard operation
LiquidFloatingActionButton copied to clipboard

Change speed or viscosity

Open yamila-fraiman opened this issue 8 years ago • 4 comments

How can I change the animation speed, without making changes in the lib code?

yamila-fraiman avatar Apr 01 '16 21:04 yamila-fraiman

Yes, look at the code here: class CircleLiquidBaseView : ActionBarBaseView {

edwardj728 avatar May 29 '16 05:05 edwardj728

Could you help me and put the code? I don't know how to modify it outside the lib

yamila-fraiman avatar Jun 02 '16 18:06 yamila-fraiman

In the LiquidFloatingActionButton.swift, find class CircleLiquidBaseView : ActionBarBaseView {. Then change the viscosity from there.

edwardj728 avatar Jun 02 '16 19:06 edwardj728

i think no way to change values when use cocoapod...

durations and viscosity values are not open or public properties.... and override ? also impossible...

ipagong avatar May 17 '17 02:05 ipagong