-
Updated
May 25, 2020 - Swift
loading-animations
Here are 167 public repositories matching this topic...
-
Updated
Jan 8, 2020 - Vue
-
Updated
Jan 24, 2018 - HTML
hey is this usable with swift? I'd appreciate it if provided with a sample project
-
Updated
May 28, 2020 - Dart
-
Updated
Mar 19, 2020 - Java
Height is incorrect
https://codesandbox.io/embed/v888k169wl
The skeleton ends up being 1 pixel taller than given in props. A simple workaround is to override the skeleton element's line-height
span {
line-height: normal !important;
}
-
Updated
Jul 3, 2018 - Objective-C
-
Updated
May 26, 2020 - C++
-
Updated
May 2, 2020 - CSS
-
Updated
Mar 14, 2020 - CSS
Next version
I'll be working on the next version in the next weeks
Feel free to share your ideas and thoughts =)
Docs
- Change docs generator (vuepress)?
- Review documentation and rewrite stuff
- Add better examples
- Loader editor (low priority)
Library
- Drop default export
- Update them to not use SVG as default
We should be able to import and use svg insid
-
Updated
Jan 28, 2020 - JavaScript
-
Updated
Jan 8, 2020 - Swift
-
Updated
May 25, 2020 - Swift
-
Updated
Apr 26, 2019 - Swift
-
Updated
Oct 7, 2019 - HTML
-
Updated
Dec 28, 2019 - JavaScript
As in subtitle, investigate, wrong detection of repository main language ( is Swift not the Makefile).
-
Updated
Apr 3, 2018 - Java
-
Updated
Apr 16, 2018 - JavaScript
-
Updated
Mar 16, 2018 - Objective-C
index.js:2178 Warning: React does not recognize the `columnWidth` prop on a DOM element. If you intentionally want it to appear in the DOM as a custom attribute, spell it as lowercase `columnwidth` instead. If you accidentally passed it from a parent component, remove it from the DOM element.
in span (created by Base)
in Base (created by ThreeBounce)
in ThreeBounce (at index.js
-
Updated
Aug 17, 2017 - QML
-
Updated
Mar 18, 2019 - Elixir
Improve this page
Add a description, image, and links to the loading-animations topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the loading-animations topic, visit your repo's landing page and select "manage topics."
This is not an issue but an observation. I no longer use storyboards for my view. Today I faced an issue with Skeletonview when I added it to my UITableViewCell, animations, frames everything was working wrong... did a lot of permutation combinations turning the properties
on
andoff
. Finally found that when you add elements in UITableViewCell you should add it tocontentView
and not to th