Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Spinkit | 17,264 | 341 | 79 | 3 years ago | 9 | October 30, 2019 | 8 | mit | CSS | |
A collection of loading indicators animated with CSS | ||||||||||
React Content Loader | 12,768 | 309 | 249 | 18 days ago | 69 | March 09, 2022 | 9 | mit | TypeScript | |
⚪ SVG-Powered component to easily create skeleton loadings. | ||||||||||
Skeletonview | 11,743 | 24 | a month ago | 61 | August 11, 2022 | 47 | mit | Swift | ||
☠️ An elegant way to show users that something is happening and also prepare them to which contents they are awaiting | ||||||||||
Nvactivityindicatorview | 10,318 | 566 | a month ago | 46 | October 09, 2020 | 15 | mit | Swift | ||
A collection of awesome loading animations | ||||||||||
Loaders.css | 10,088 | 838 | 107 | a year ago | 4 | January 13, 2016 | 14 | CSS | ||
Delightful, performance-focused pure css loading animations. | ||||||||||
Avloadingindicatorview | 9,698 | a year ago | n,ull | Java | ||||||
DEPRECATED | ||||||||||
Android Spinkit | 8,387 | 1 | 7 months ago | 3 | May 02, 2020 | 43 | mit | Java | ||
Android loading animations | ||||||||||
Svg Loaders | 5,296 | 2 | 2 | a year ago | 1 | February 12, 2019 | 13 | mit | HTML | |
Loading icons and small animations built with pure SVG. | ||||||||||
Bootstrap Modal | 5,072 | 2 | 1 | 4 years ago | 1 | December 31, 2015 | 110 | apache-2.0 | JavaScript | |
Extends the default Bootstrap Modal class. Responsive, stackable, ajax and more. | ||||||||||
Tabanimated | 3,177 | 1 | 15 days ago | 69 | August 12, 2021 | 26 | mit | Objective-C | ||
A skeleton screen loading framework based on native for iOS. (一个由iOS原生组件映射出骨架屏的框架,包含快速植入,低耦合,兼容复杂视图等特点,提供国内主流骨架屏动画的加载方案,同时支持上拉加载更多、自定制动画。) |
Skeleton is an easy way to create sliding CAGradientLayer
animations! It works great for creating skeleton screens:
The entire library comes down to just one public-facing extension:
public extension CAGradientLayer {
public func slide(to dir: Direction, group: ((CAAnimationGroup) -> Void) = { _ in })
public func stopSliding()
}
You can check out the example and the documentation for more.
To run the example project, clone the repo, and run pod install
from the Example directory first.
Skeleton is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod "Skeleton"
Skeleton is also available through Carthage. Add this to your Cartfile:
github "gonzalonunez/Skeleton" ~> 0.4.0
Skeleton is available under the MIT license. See the LICENSE file for more info.