We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Thank you the great component! I'm very happy to find your job. It's very good!
I found some codes to change popup speed in your codes.
class CircleLiquidBaseView : ActionBarBaseView { let openDuration: CGFloat = 0.6 // <- maybe this. let closeDuration: CGFloat = 0.2 let viscosity: CGFloat = 0.65 var animateStyle: LiquidFloatingActionButtonAnimateStyle = .up var color: UIColor = UIColor(red: 82 / 255.0, green: 112 / 255.0, blue: 235 / 255.0, alpha: 1.0) { didSet { engine?.color = color bigEngine?.color = color } } ....
Would you tell me a way to customize this? I'm writing with swift 3. thank you!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Thank you the great component!
I'm very happy to find your job. It's very good!
I found some codes to change popup speed in your codes.
class CircleLiquidBaseView : ActionBarBaseView {
let openDuration: CGFloat = 0.6 // <- maybe this.
let closeDuration: CGFloat = 0.2
let viscosity: CGFloat = 0.65
var animateStyle: LiquidFloatingActionButtonAnimateStyle = .up
var color: UIColor = UIColor(red: 82 / 255.0, green: 112 / 255.0, blue: 235 / 255.0, alpha: 1.0) {
didSet {
engine?.color = color
bigEngine?.color = color
}
}
....
Would you tell me a way to customize this?
I'm writing with swift 3.
thank you!
The text was updated successfully, but these errors were encountered: