Skip to content

Commit

Permalink
fix: merge description in summary
Browse files Browse the repository at this point in the history
  • Loading branch information
hansemannn committed Feb 4, 2024
1 parent 068ac55 commit 9802bcc
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions apidoc/Titanium/UI/ImageView.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,12 +78,10 @@ methods:
osver: { ios: { min: "17.0" } }
parameters:
- name: symbolEffect
summary: The symbol effect to add.
description: One of `pulse`, `bounce`, `appear`, `disappear`, `variableColor` or `scale`.
summary: The symbol effect to add. One of `pulse`, `bounce`, `appear`, `disappear`, `variableColor` or `scale`.
type: String
- name: options
summary: The options for the symbol effect.
description: One of `repeating`, `nonRepeating`, `repeatCount` or `speed`.
summary: The options for the symbol effect. One of `repeating`, `nonRepeating`, `repeatCount` or `speed`.
type: String
- name: animated
summary: A Boolean value that indicates whether to animate the addition of a `scale`, `appear`, or `disappear` effect.
Expand Down

0 comments on commit 9802bcc

Please sign in to comment.