-
Updated
May 6, 2020 - JavaScript
animate
Here are 182 public repositories matching this topic...
-
Updated
Mar 28, 2018 - Java
-
Updated
May 23, 2020 - TypeScript
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.
-
Updated
May 19, 2020 - JavaScript
-
Updated
Jun 3, 2020 - JavaScript
-
Updated
Jan 23, 2018 - Java
-
Updated
Mar 23, 2017 - HTML
-
Updated
Mar 20, 2020 - CSS
-
Updated
Mar 22, 2019 - Python
-
Updated
Jul 7, 2018 - JavaScript
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 `
-
Updated
Mar 16, 2020 - JavaScript
-
Updated
Jun 21, 2017 - Ruby
-
Updated
Aug 31, 2018 - JavaScript
-
Updated
Jun 4, 2020 - Pascal
Improve this page
Add a description, image, and links to the animate topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the animate topic, visit your repo's landing page and select "manage topics."
https://github.com/korlibs/korge/blob/84bbaf20c753f29bb47da6580b3ff82de704fa30/korge/src/commonMain/kotlin/com/soywiz/korge/view/filter/SwizzleColorFilter.kt#L19-L21
Rename file to match the class name + offer a
operator fun invoketo not need to use ProxySwizzle