All Projects → mengxianliang → XLDotLoading

mengxianliang / XLDotLoading

Licence: other
iOS 新浪微博红包加载动画

Programming Languages

objective c
16641 projects - #2 most used programming language

Projects that are alternatives of or similar to XLDotLoading

spinners-angular
Lightweight SVG/CSS spinners for Angular
Stars: ✭ 21 (-30%)
Mutual labels:  loading
flutter for weibo
一个基于flutter开发的微博
Stars: ✭ 32 (+6.67%)
Mutual labels:  weibo
TipDialog
flutter tip dialog
Stars: ✭ 78 (+160%)
Mutual labels:  loading
ccgl
TKDE 22. CCCL: Contrastive Cascade Graph Learning.
Stars: ✭ 20 (-33.33%)
Mutual labels:  weibo
GradientLoading
No description or website provided.
Stars: ✭ 12 (-60%)
Mutual labels:  loading
react-loading-placeholder
Loading placeholer, inspired by Facebook
Stars: ✭ 17 (-43.33%)
Mutual labels:  loading
LottieDemo
This Demo contains a reference to use Lottie Library by Airbnb in an Android Project. An animation JSON file can be played using LottieAnimationView.
Stars: ✭ 33 (+10%)
Mutual labels:  loading
vue-weibo
用Vue.js及相关插件仿制的新浪微博移动版(m.weibo.cn)🌺
Stars: ✭ 69 (+130%)
Mutual labels:  weibo
shitload
The appropriate bullgit loading animation
Stars: ✭ 15 (-50%)
Mutual labels:  loading
jh-weapp-demo
微信小程序项目- 实现一些常用效果、封装通用组件和工具类
Stars: ✭ 60 (+100%)
Mutual labels:  loading
ember-contextual-services
Services in Ember are scoped to the app as a whole and are singletons. Sometimes you don't want that. :) This addon provides ephemeral route-based services.
Stars: ✭ 20 (-33.33%)
Mutual labels:  loading
dot
distributed data sync with operational transformation/transforms
Stars: ✭ 73 (+143.33%)
Mutual labels:  dot
xumlidot
RUBY UML class diagram generator with XMI and DOT output.
Stars: ✭ 28 (-6.67%)
Mutual labels:  dot
tortuga
A modern game engine built using dot net core
Stars: ✭ 14 (-53.33%)
Mutual labels:  dot
dlib
Dynamic loading library for C/C++
Stars: ✭ 19 (-36.67%)
Mutual labels:  loading
vue-loading-button
👇 Vue button with slideout loading indicator
Stars: ✭ 39 (+30%)
Mutual labels:  loading
jianweibo
基于 Python Flask 的微博系统
Stars: ✭ 61 (+103.33%)
Mutual labels:  weibo
DotNetGraph
Create GraphViz DOT graph with .NET / C#
Stars: ✭ 57 (+90%)
Mutual labels:  dot
digraph-parser
Java parser for digraph DSL (Graphviz DOT language)
Stars: ✭ 38 (+26.67%)
Mutual labels:  dot
CustomProgress
一款常见的进度条加载框架
Stars: ✭ 32 (+6.67%)
Mutual labels:  loading

XLDotLoading

仿新浪微博的红包加载动画,过年在家里抢红包看到这个效果,就顺手仿照着写了一下。主要还是利用余弦函数曲线的特性实现的。具体原理是圆球在从左向右移动时时先缩小再放大,圆球从右向左移动时先放大在缩小;然后再加上另一个圆球就实现了这样远近交换的效果。

显示效果如下

使用方法

显示:

[XLDotLoading showInView:self.view];

隐藏:

[XLDotLoading hideInView:self.view];

实现原理请参考我的博文

个人开发过的UI工具集合 XLUIKit

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].