Skip to content
#

animate

Here are 182 public repositories matching this topic...

ColinMorris83
ColinMorris83 commented Apr 4, 2020

Why do unit tests that import the core module produce the following warning:
An instance of PageScrollService already exists, usually including one provider should be enough, so double check

Is the service supposed to be providedIn: 'root' ? You have to import the module in order for the ngxps_config injection token to be set, and the module provides the service.

k8w
k8w commented Dec 13, 2017

In generated js, I found this:

lib.as3_PixiAnimate.assets = {
    "a1": "images/a1.png",
    "a2": "images/a2.png",
    "readers_yay": "sounds/readers_yay.wav"
};

The key of lib.XXX.assets is the name.
It would have some problem if there is duplicated name in different folder.
(For example images/a1.png with /a1.png)

It may be better if the key is the fullpath like `

Improve this page

Add a description, image, and links to the animate topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the animate topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.