Skip to content

Commit

Permalink
one more heading
Browse files Browse the repository at this point in the history
  • Loading branch information
bletvaska committed Oct 11, 2018
1 parent f79ff6f commit c41d9a7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
9 changes: 6 additions & 3 deletions doc/builtins.rst
Original file line number Diff line number Diff line change
Expand Up @@ -691,12 +691,15 @@ Funkcia ``animate()`` vrátiu inštanciu triedy ``Animation``:

.. attribute:: running

This will be True if the animation is running. It will be False
when the duration has run or the ``stop()`` method was called before
then.
Bude mať hodnotu ``True``, ak je animácia spustená. A hodnotu ``False``,
ak uplynula alebo bola pred uplynutím zavolaná metóda ``stop()``.

.. attribute:: on_finished

Tento atribút môžete nastaviť na funkciu, ktorá má byť zavolaná, keď
sa ukončí prehrávanie animácie.
Nezavolá sa, ak bola zavolaná metóda ``stop()``. Táto funkcia nemá
žiadne argumenty.
You may set this attribute to a function which will be called
when the animation duration runs out. The ``on_finished`` argument
to ``animate()`` also sets this attribute. It is not called when
Expand Down
4 changes: 2 additions & 2 deletions doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ for learners.
stickers


Improving Pygame Zero
---------------------
Vylepšovanie knižnice Pygame Zero
---------------------------------

.. toctree::
:maxdepth: 2
Expand Down

0 comments on commit c41d9a7

Please sign in to comment.