Skip to content

Commit

Permalink
release: 1.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
joshstoik1 committed Feb 21, 2023
2 parents 4245cf4 + 7888ec7 commit d45c5db
Show file tree
Hide file tree
Showing 24 changed files with 60 additions and 48 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ The JS Mate Poe script has also been heavily optimized using [Google Closure Com

| Encoding | Size |
| -------- | ---- |
| None | 96,514 Bytes |
| Gzip | 53,592 Bytes |
| Brotli | 52,227 Bytes |
| None | 95,464 Bytes |
| Gzip | 52,709 Bytes |
| Brotli | 51,493 Bytes |

The [latest release](https://github.com/Blobfolio/js-mate-poe/releases/latest) contains all of the main animation sequences, including complex multi-sprite interactions such as alien encounters and multimedia experiences such as sneezing and bleating. Poe can also be dragged around the screen using your mouse (if you're *that* kind of person!).

Expand All @@ -51,7 +51,7 @@ Adding the screen mate to your web page is very easy. All you need to do is down
</script>
```

If your web page has a lot going on, you might want to wait to trigger Poe's entrance until everything has loaded.
If your web page has a lot going on, you might want to wait to trigger Poe's entrance until everything else has finished loading.

```js
window.addEventListener('load', Poe.start, { once: true });
Expand Down
2 changes: 1 addition & 1 deletion dist/demo/assets/demo.css

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions dist/demo/assets/demo.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/demo/assets/director.css

Large diffs are not rendered by default.

Loading

0 comments on commit d45c5db

Please sign in to comment.