counter
Here are 649 public repositories matching this topic...
Run if in focus
How can i run this animation if component is in focus instead of render? #
-
Updated
May 15, 2020 - Kotlin
-
Updated
Apr 5, 2020 - PHP
-
Updated
Apr 16, 2020 - JavaScript
-
Updated
Feb 11, 2020 - JavaScript
-
Updated
Jan 18, 2018
-
Updated
Apr 24, 2020 - JavaScript
-
Updated
May 29, 2020 - PHP
-
Updated
Feb 17, 2018 - JavaScript
-
Updated
May 29, 2020 - JavaScript
Thanks for the solution to #83! I'm using that to add autoincrementing fields to two collections:
@plugin(AutoIncrement, { inc_field: 'fooId', start_seq: 200 })
export class Foo extends defaultClasses.TimeStamps {
...
}
// In another file
@plugin(AutoIncrement, { inc_field: 'barId', start_seq: 500 })
export class Bar extends defaultClasses.TimeStamps {
...
}I've en
This component mimics a "seven-segment display": https://en.wikipedia.org/wiki/Seven-segment_display
I chose a simple implementation at first: each segment is exactly the same shape and size, and I'm just rotating them around.
Unfortunately, this means the end result isn't as legible as it could be, especially with thicker segments. Compare this component to another seven-segment display usi
Add component tests
-
Updated
Jul 5, 2018 - JavaScript
-
Updated
Feb 15, 2019 - C#
-
Updated
May 5, 2019 - Java
-
Updated
May 25, 2020 - Java
-
Updated
Jan 24, 2020 - Kotlin
-
Updated
Feb 2, 2018 - JavaScript
-
Updated
Mar 28, 2017
Improve this page
Add a description, image, and links to the counter topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the counter topic, visit your repo's landing page and select "manage topics."
I think a better "point of view" can be omitted for better reading because everyone knows what you are talking about, which the sample code might not compatible on their machines or browsers