• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

excaliburjs / Excalibur / 11472033561
89%

Build:
DEFAULT BRANCH: main
Ran 23 Oct 2024 02:46AM UTC
Jobs 1
Files 221
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

23 Oct 2024 02:42AM UTC coverage: 90.192% (+0.1%) from 90.059%
11472033561

push

github

web-flow
feat: Add Slide Transition (#3248)


https://github.com/user-attachments/assets/59b5fd99-205e-43fe-8338-49e2dd4b234b

## Changes:
- Added a method to force graphics on screen `ex.GraphicsComponent.forceOnScreen`
- Added new `ex.Slide` scene transition, which can slide a screen shot of the current screen: `up`, `down`, `left`, or `right`. Optionally you can add an `ex.EasingFunction`, by default `ex.EasingFunctions.Linear`
  ```typescript
  game.goToScene('otherScene', {
    destinationIn: new ex.Slide({
      duration: 1000,
      easingFunction: ex.EasingFunctions.EaseInOutCubic,
      slideDirection: 'up'
    })
  });
  ```
- Fixed issue where `ex.Engine.screenshot()` images may not yet be loaded in time for use in `ex.Transition`s
- Fixed issue where there would be an incorrect background color for 1 frame when transitioning to a new scene

5778 of 7361 branches covered (78.49%)

82 of 93 new or added lines in 9 files covered. (88.17%)

10 existing lines in 3 files now uncovered.

12653 of 14029 relevant lines covered (90.19%)

25585.48 hits per line

Jobs
ID Job ID Ran Files Coverage
1 11472033561.1 23 Oct 2024 02:46AM UTC 0
90.19
GitHub Action Run
Source Files on build 11472033561
Detailed source file information is not available for this build.
  • Back to Repo
  • Github Actions Build #11472033561
  • 6ff87784 on github
  • Prev Build on main (#11432898696)
  • Next Build on main (#11472033540)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc