Skip to content

Commit

Permalink
doc: corrected the kkivy/core/window/keyboard_anim_args docs to more …
Browse files Browse the repository at this point in the history
…accurately reflect defaults
  • Loading branch information
Zen-CODE committed Jul 12, 2017
1 parent c5eb879 commit 7cdf9b3
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions kivy/core/window/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -623,12 +623,13 @@ def _get_kheight(self):

keyboard_anim_args = {'t': 'in_out_quart', 'd': .5}
'''The attributes for animating softkeyboard/IME.
`t` = `transition`, `d` = `duration`. Will have no effect on desktops.
`t` = `transition`, `d` = `duration`. This value will have no effect on
desktops.
.. versionadded:: 1.10.0
:attr:`keyboard_anim_args` is a dict with values
't': 'in_out_quart', 'd': `.5`.
:attr:`keyboard_anim_args` is a dict and defaults to
{'t': 'in_out_quart', 'd': `.5`}.
'''

keyboard_padding = NumericProperty(0)
Expand Down

0 comments on commit 7cdf9b3

Please sign in to comment.