30 open-source projects similar to androidmsky/linkscrollmsky, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best LinkScrollMsky alternative.
Parallax everywhere is a library with alternative android widgets with parallax effects.
UITextField category that adds shake animation
BlurView is a custom Android UI component that provides real-time, dynamic blurring effects for user interfaces. It functions as a layout element that applies a blur effect to the content of the underlying view hierarchy, enabling the creation of glassmorphism styles and translucent backgrounds. The project focuses on implementing dynamic background rendering that updates as the content beneath the blurred area changes. It allows for the porting of frosted glass visual styles to Android layouts through adjustable diffusion levels and rounded corner clipping. The implementation covers visual
Apple TV Parallax effect in Swift.
FLAnimatedImage is a high-performance rendering engine and library for playing animated GIF images on iOS. It functions as an animation engine and image memory manager designed to ensure smooth frame transitions and consistent playback timing across different device environments. The project focuses on maintaining consistent animation speed through variable frame delay support and optimizes rendering efficiency to sustain high frame rates on mobile devices. It includes a memory management system to prevent application crashes and performance degradation during the playback of large or numerou
Widgets iOS 14 animation with 3D and dynamic shadow. Customisable transform and duration.
A wave view of android,can be used as progress bar.
Android StackBlur is a library that can perform a blurry effect on a Bitmap based on a gradient or radius, and return the result. The library is based on the code of Mario Klingemann.
EtsyBlur is an Android library that allows developers to easily add a glass-like blur effect implemented in the Etsy app.
A realtime blurring overlay for Android (like iOS UIVisualEffectView)
Lock view with blur effect. Easy to customise.
Dali is an image blur library for Android. It contains several modules for static blurring, live blurring and animations.
Android blurring image(bitmap) by java and jni.
A sample for having PageView transformation effects in Flutter.
iOS Component for creating a pulsing animation.
It's raining confetti! SAConfettiView is the easiest way to add fun, multi-colored confetti to your application and make users feel rewarded. Written in Swift, SAConfettiView is a subclass of UIView and is highly customizable. From various types and colors of confetti to different levels of…
Blurry is an Android UI visual effect library used to apply Gaussian blur and color filters to mobile user interfaces. It provides a toolset for generating blurred bitmap images from source files or memory and applying these effects to Android views and layout containers. The library implements frosted glass effects by capturing static bitmap representations of UI components and rendering them as stylized overlays. This process includes radius-driven sampling to control blur intensity and color-filter integration to modify the visual mood or readability of the background. The project covers