• v1.3.1 a95efa1074

    v1.3.1 Stable

    gytisrepecka released this 2025-11-10 18:08:38 +02:00 | 0 commits to main since this release

    Minor updates and fixes.

    • #3 - Added noscript warning.
    • #8 - Calculate movement speed relying on time rather than window redraw (which varies).
    • #4 - Delay reset on Window Resize event.
    Downloads
  • v1.3.0 6a2a3de69e

    v1.3.0 Stable

    gytisrepecka released this 2025-06-03 10:18:51 +03:00 | 5 commits to main since this release

    Initial version of Bouncing Logo web application - it will be deployed on website and included in Android Studio project for building Android app.

    Changes:

    • Homepage (index.html) was tidied-up.
    • Previous versions of speeding-up and down logo movement were slowest at 1x1 pixel movement per screen refresh cycle (requestAnimationFrame), now playAnimation function can skip movement depending on movementVelocity set.
    • Due to playAnimation changes, additional speeding-up and down functions added: movementSpeedUp and movementSpeedDown respectively.
    • Added nice controls panel that activates in top-left part of the screen on click/touch that allows speedin-up, speeding-down and viewing of info panel with credits.
    • A lot of debug information is written to console.log. This will be possible to turn off in the future.
    Downloads