Skip to content

Instantly share code, notes, and snippets.

@unuigbee
unuigbee / LoopingAnimationView.swift
Last active May 11, 2023 17:06
Looping GLTransitions in SwiftUI using MagicKit
// https://github.com/mrcreatoor/MagicKit
import MagicKit
import SwiftUI
import Combine
// MARK: Implementation
public struct LoopingAnimationView<Content: View>: View {
private let animatableViews: [Content]