All Projects → ganny26 → Shimmer-ReactNative

ganny26 / Shimmer-ReactNative

Licence: other
React Native Shimmer

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Shimmer-ReactNative

ShimmerRecyclerView
A custom Shimmer RecyclerView which adopt to list / grid transition automatically and also supports multiple view types while shimmering.
Stars: ✭ 184 (+384.21%)
Mutual labels:  shimmer, shimmerlayout, shimmer-android
Skeleton-Bones
Library for dynamically generating skeleton loader drawables for Layouts and Views
Stars: ✭ 78 (+105.26%)
Mutual labels:  shimmer-android, shimmering
Videomoments
With this software, you can do all kinds of Personalised Customize and beautifying to your videos.
Stars: ✭ 85 (+123.68%)
Mutual labels:  effect
MirrorReflectionEffectForUGUI
A simple mirror reflection effect for a uGUI without reflection probes or shaders.
Stars: ✭ 99 (+160.53%)
Mutual labels:  effect
React Reveal Text
✨ A small react library for animating the revealing of text.
Stars: ✭ 171 (+350%)
Mutual labels:  effect
Processing Postfx
A shader based postFX library for processing.
Stars: ✭ 114 (+200%)
Mutual labels:  effect
Scrollinglettersanimation
A switching title effect where a fixed element changes depending on the scroll position.
Stars: ✭ 197 (+418.42%)
Mutual labels:  effect
X Postprocessing Library
Unity Post Processing Stack Library | Unity引擎的高品质后处理库
Stars: ✭ 1,079 (+2739.47%)
Mutual labels:  effect
respinner
Pretty and customizable svg spinners for React.js
Stars: ✭ 89 (+134.21%)
Mutual labels:  loading-animations
Computestochasticreflections
Compute Stochastic Screen Space Reflections for unity post processing
Stars: ✭ 163 (+328.95%)
Mutual labels:  effect
Gooey React
The gooey effect for React, used for shape blobbing / metaballs (0.5 KB) 🧽
Stars: ✭ 219 (+476.32%)
Mutual labels:  effect
Androidcamera
🔥🔥🔥自定义Android相机(仿抖音 TikTok),其中功能包括视频人脸识别贴纸,美颜,分段录制,视频裁剪,视频帧处理,获取视频关键帧,视频旋转,添加滤镜,添加水印,合成Gif到视频,文字转视频,图片转视频,音视频合成,音频变声处理,SoundTouch,Fmod音频处理。 Android camera(imitation Tik Tok), which includes video editor,audio editor,video face recognition stickers, segment recording,video cropping, video frame processing, get the first video frame, key frame, v…
Stars: ✭ 2,112 (+5457.89%)
Mutual labels:  effect
Godot Motion Blur
A motion blur shader for Godot 3.0
Stars: ✭ 115 (+202.63%)
Mutual labels:  effect
Jled
Non-blocking LED controlling library for Arduino and friends.
Stars: ✭ 197 (+418.42%)
Mutual labels:  effect
Funvideocrop
Freely painted area in a video, the software will automatically be cut out.
Stars: ✭ 87 (+128.95%)
Mutual labels:  effect
EasyConfetti
🎊 Fancy confetti effects in Swift
Stars: ✭ 557 (+1365.79%)
Mutual labels:  effect
Nnao
Neural Network Ambien Occlusion based on http://theorangeduck.com/page/neural-network-ambient-occlusion
Stars: ✭ 57 (+50%)
Mutual labels:  effect
Baffle
A tiny javascript library for obfuscating and revealing text in DOM elements. 😲
Stars: ✭ 1,721 (+4428.95%)
Mutual labels:  effect
Kinobinary
Binary image effect for Unity
Stars: ✭ 180 (+373.68%)
Mutual labels:  effect
react-bones
💀 Dead simple content loading components for React and React-Native. 💀
Stars: ✭ 42 (+10.53%)
Mutual labels:  loading-animations

Shimmer-ReactNative

React Native Shimmer

Shimmer is an easy way to add a shimmering effect to any view in your app. It's useful as an unobtrusive loading indicator.

  • Copy Shimmer.js file to your project
  • Now install Gredient effect library from here React Native Linear Gradient
  • After installation link libraries react-native link
  • For the below gif image code has been added here check MovieScreen

Video Tutorial Link

https://youtu.be/-VKi4Ob0pQg

Shimmer Effect

Alt text

How to use

import Shimmer from '../components/Shimmer';

<Shimmer autoRun={true} visible={false}>
  <Text>Movie Screen</Text>
</Shimmer>

Properties

Prop Description Default
autoRun Whether or not to show shimmering effect. true
visible show/hide shimmering effect. true
direction The direction of shimmering animation, valid values are up, down, left, right. right
duration The shimmering animation duration in milliseconds. 1000
pauseDuration The time interval between shimmerings in milliseconds. 400
animationOpacity The opacity of the content while it is shimmering. 1
opacity The opacity of the content before it is shimmering. iOS only 0.5
highlightLength The highlight length of shimmering. Range of 0–1. iOS only 1
beginFadeDuration The duration of the fade used when shimmer begins. iOS only 0
endFadeDuration The duration of the fade used when shimmer ends. iOS only 0
tilt The tilt angle of the highlight, in degrees. Android only 0
intensity The intensity of the highlight mask. Range of 0–1. Android only 0
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].