JiggleKit
A SwiftUI package to make Views jiggle.
Install / Use
/learn @visfitness/JiggleKitREADME
JiggleKit
Overview
JiggleKit is a revolutionary SwiftUI package that enables your Views to jiggle, like the iPhone home screen "jiggle mode". It has been developed by Vis Fitness for implementing a jiggle-mode-like functionality in the Vis iOS app. We think you're gonna to love it.

<img src="Documentation/appstore.svg" alt="Download Vis on the App Store"/>
[!NOTE] Be sure to check out the package documentation here
Usage
Using this groundbreaking package is easy, as demonstrated by the following example:
struct JigglingRectangle: View {
var body: some View {
RoundedRectangle(cornerRadius: 12, style: .continuous)
.fill(Color.red)
.frame(width: 64, height: 64)
// That's it.
.jiggling()
}
.padding()
}
}
However, for an even jigglier rounded rectangle, one can even set the intensity of the jiggling.
struct VeryJigglingRectangle: View {
var body: some View {
RoundedRectangle(cornerRadius: 12, style: .continuous)
.fill(Color.red)
.frame(width: 64, height: 64)
// Now that's some strong jiggling!
.jiggling(intensity: .vivacious)
}
.padding()
}
}
Copyright and License
Copyright Vis Fitness Inc. Licensed under the MIT License
Credit
This was inspired by this gist
Related Skills
node-connect
345.9kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
106.4kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
345.9kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
qqbot-media
345.9kQQBot 富媒体收发能力。使用 <qqmedia> 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。
