Skip to content

Commit

Permalink
docs(slider): undeprecate setValue and mark as iOS only
Browse files Browse the repository at this point in the history
  • Loading branch information
ewanharris authored and sgtcoolguy committed May 12, 2021
1 parent 379f4cf commit 5db3e4d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 915 deletions.
5 changes: 1 addition & 4 deletions apidoc/Titanium/UI/Slider.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ methods:
description: |
On iOS, you can specify that the value change should be animated by passing the
optional `options` parameter.
platforms: [iphone,ipad,macos]
parameters:

- name: value
Expand All @@ -106,10 +107,6 @@ methods:
type: AnimatedOptions
optional: true
default: "{ animated: false }"
deprecated:
since: "10.0.0"
removed: "10.0.0"
notes: Use the <Titanium.Slider.value> property instead

events:
- name: change
Expand Down
Loading

0 comments on commit 5db3e4d

Please sign in to comment.