Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion VHBoomMenuButtonSwift/BoomMenuButton/BoomMenuButton.swift
Original file line number Diff line number Diff line change
Expand Up @@ -533,7 +533,7 @@ public class BoomMenuButton: UIView, BoomButtonDelegate, BackgroundDelegate {
/// The boom-enum of booming and rebooming animations. This property changes the track of the boom-buttons' movement.
///
/// The default value is **horizontalThrow2**.
@IBInspectable public var boomEnum = BoomEnum.horizontalThrow2
public var boomEnum = BoomEnum.horizontalThrow2

/// The name of the ease using in movement, scale and rotation animations of boom-buttons when booming. This property is used to change movement, scale and rotation animations' ease name with a line of code.
///
Expand Down