-
Updated
Aug 1, 2022 - HTML
uikit
Here are 3,025 public repositories matching this topic...
-
Updated
Aug 2, 2022 - TypeScript
-
Updated
Aug 1, 2022 - SCSS
-
Updated
Aug 2, 2022 - TypeScript
-
Updated
Jan 24, 2022 - JavaScript
-
Updated
Jul 7, 2022 - HTML
-
Updated
Jul 22, 2022 - Swift
-
Updated
Aug 2, 2022 - Objective-C++
-
Updated
Jul 12, 2021 - Objective-C
The current example app is a really simple approach on what can be done with ViewAnimator. Even though the library is not complex to integrate and use on your own projects it would be nice to show how to use different animations in different scenarios.
I'd be replicating the app should on the animations Complex header.
<image src="https://cdn.dribbble.com/users/702789/screenshots/381608
-
Updated
Dec 30, 2021 - Objective-C
-
Updated
Aug 2, 2022 - Swift
-
Updated
May 11, 2022 - Swift
-
Updated
Jun 23, 2022 - HTML
-
Updated
May 24, 2022 - Swift
-
Updated
Sep 20, 2018 - Objective-C
-
Updated
May 23, 2022 - Java
Which @taiga-ui/* package(s) are relevant/releated to the feature request?
No response
Description
I think the title is pretty self-explanatory
-
Updated
May 31, 2022 - Swift
Improve this page
Add a description, image, and links to the uikit topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the uikit topic, visit your repo's landing page and select "manage topics."
Is your feature request related to a problem? Please describe.
Doc string states:
Date().weekday -> 5 // fifth day in the current week.
Guess what, 5 is not friday. It's thursday. It makes some sense after i dug deeper, but as a programmer, i assumed monday could be 0 or 1, therefore thursday should be 3 or 4. Monday is 2! Because sunday is 1!
**Describe the solution you'd li