Skip to content
View georgecartridge's full-sized avatar

Block or report georgecartridge

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. AppleLoginAnimation AppleLoginAnimation Public

    A recreation of the Apple/iCloud login animation with SwiftUI and SpriteKit

    Swift 78 5

  2. This is a staggered text animation b... This is a staggered text animation based on the Arc onboarding intro - using the AnimateText swift package (https://github.com/jasudev/AnimateText)
    1
    public struct StaggerTextEffect: ATTextAnimateEffect {
    2
        public var data: ATElementData
    3
        public var userInfo: Any?
    4
        
    5
        public init(_ data: ATElementData, _ userInfo: Any?) {