asweigart / pyautogui

A cross-platform GUI automation Python module for human beings. Used to programmatically control the mouse & keyboard.
BSD 3-Clause "New" or "Revised" License
10.22k stars 1.24k forks source link

Fix mistake in easeInOut comment #849

Open ierho opened 6 months ago

ierho commented 6 months ago

The comment in the docs said that easeInOutQuad is slow in the middle, it's actually fast in the middle and slow at start and end.