Skip to content

Commit

Permalink
Update adb-commands.js
Browse files Browse the repository at this point in the history
  • Loading branch information
KazuCocoa authored May 26, 2024
1 parent ec64b46 commit f4a2183
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/tools/adb-commands.js
Original file line number Diff line number Diff line change
Expand Up @@ -987,7 +987,7 @@ methods.isAnimationOn = async function isAnimationOn () {
* @this {import('../adb.js').ADB}
* @param {number} value Animation scale value (int or float) to set.
* The minimum value of zero disables animations.
* By increasing the value animations become (slower/faster).
* By increasing the value, animations become slower.
* @return {Promise<void>}
* @throws {Error} If the adb setting command raises an exception.
*/
Expand Down

0 comments on commit f4a2183

Please sign in to comment.