基于物理的动画库:实现iOS、tvOS和macOS平台上的真实交互

该动画库为iOS、tvOS和macOS平台提供基于物理的动画效果,例如弹簧动画,从而增强交互的真实感和响应能力。

以下代码示例展示了如何使用该库对视图中心点进行弹簧动画:

let view = UIView(frame: CGRect(x: 0, y: 0, width: 100, height: 100))

// 创建弹簧动画,初始值为视图中心点
let spring = Spring(initialValue: view.center)

// 设置每次弹簧动画更新时执行的闭包
spring.onChange = { [view] newCenter in
    view.center = newCenter
}

// 设置目标值,视图中心点将以真实的弹簧动画过渡到目标位置
spring.target = CGPoint(x: 300, y: 200)
zip
Advance-master.zip 预估大小:99个文件
folder
Advance-master 文件夹
file
.gitignore 1KB
file
Package.swift 641B
file
README.md 6KB
folder
.github 文件夹
folder
workflows 文件夹
file
swift.yml 269B
folder
Advance.xcodeproj 文件夹
folder
project.xcworkspace 文件夹
file
contents.xcworkspacedata 152B
folder
xcshareddata 文件夹
file
IDEWorkspaceChecks.plist 238B
file
project.pbxproj 76KB
folder
xcshareddata 文件夹
folder
xcschemes 文件夹
file
Advance-tvOS.xcscheme 4KB
file
Advance-UnitTests-macOS.xcscheme 2KB
file
SampleApp-macOS.xcscheme 3KB
file
SampleApp-iOS.xcscheme 3KB
file
Advance-macOS.xcscheme 4KB
file
Advance-iOS.xcscheme 4KB
file
Advance-UnitTests-tvOS.xcscheme 2KB
file
Advance-UnitTests-iOS.xcscheme 2KB
file
SampleApp-tvOS.xcscheme 3KB
folder
Resources 文件夹
file
UnitTests-Info-macOS.plist 701B
file
UnitTests-Info-iOS.plist 701B
file
UnitTests-Info-tvOS.plist 701B
file
Info.plist 838B
folder
Sources 文件夹
folder
Advance 文件夹
file
DecayFunction.swift 1KB
file
SpringFunction.swift 2KB
file
Animator.swift 6KB
file
SimulationFunction.swift 1KB
file
TimingFunction.swift 3KB
folder
Internal 文件夹
file
DisplayLink.swift 7KB
file
Animation.swift 2KB
file
Simulation.swift 7KB
file
SimulationFunction+Integration.swift 4KB
file
Math.swift 724B
file
Spring.swift 3KB
file
VectorConvertible.swift 5KB
file
UnitBezier.swift 5KB
file
build_docs.sh 207B
file
LICENSE 1KB
file
.jazzy.yaml 755B
folder
Samples 文件夹
folder
SampleApp-macOS 文件夹
folder
Resources 文件夹
folder
Base.lproj 文件夹
file
MainMenu.xib 56KB
folder
Assets.xcassets 文件夹
folder
AppIcon.appiconset 文件夹
file
Contents.json 903B
file
SampleApp_macOS.entitlements 322B
file
Info.plist 1KB
folder
Sources 文件夹
file
AppDelegate.swift 219B
file
SpringContainerView.swift 1KB
file
SpringView.swift 941B
folder
SampleApp-tvOS 文件夹
folder
Resources 文件夹
folder
Assets.xcassets 文件夹
folder
LaunchImage.launchimage 文件夹
file
Contents.json 408B
file
Contents.json 62B
folder
App Icon & Top Shelf Image.brandassets 文件夹
folder
App Icon - Large.imagestack 文件夹
folder
Front.imagestacklayer 文件夹
file
Contents.json 62B
folder
Content.imageset 文件夹
file
Contents.json 193B
file
Contents.json 250B
folder
Back.imagestacklayer 文件夹
file
Contents.json 62B
folder
Content.imageset 文件夹
file
Contents.json 193B
folder
Middle.imagestacklayer 文件夹
file
Contents.json 62B
folder
Content.imageset 文件夹
file
Contents.json 193B
folder
App Icon - Small.imagestack 文件夹
folder
Front.imagestacklayer 文件夹
file
Contents.json 62B
folder
Content.imageset 文件夹
file
Contents.json 193B
file
Contents.json 250B
folder
Back.imagestacklayer 文件夹
file
Contents.json 62B
folder
Content.imageset 文件夹
file
Contents.json 193B
folder
Middle.imagestacklayer 文件夹
file
Contents.json 62B
folder
Content.imageset 文件夹
file
Contents.json 193B
file
Contents.json 666B
folder
Top Shelf Image Wide.imageset 文件夹
file
Contents.json 193B
folder
Top Shelf Image.imageset 文件夹
file
Contents.json 193B
file
Info.plist 858B
folder
Sources 文件夹
file
AppDelegate.swift 2KB
file
ViewController.swift 2KB
folder
SampleApp-iOS 文件夹
folder
Resources 文件夹
folder
Base.lproj 文件夹
file
LaunchScreen.storyboard 2KB
folder
Assets.xcassets 文件夹
folder
logo.imageset 文件夹
file
Contents.json 222B
file
logo.pdf 660KB
folder
background.imageset 文件夹
file
background.jpg 2.36MB
file
Contents.json 307B
file
Contents.json 62B
folder
background-blurred.imageset 文件夹
file
background-blurred.jpg 208KB
file
Contents.json 315B
folder
AppIcon.appiconset 文件夹
file
Contents.json 848B
file
Info.plist 1KB
folder
Sources 文件夹
file
SimpleTransform.swift 773B
file
AppDelegate.swift 2KB
file
DirectManipulationGestureRecognizer.swift 11KB
file
GesturesViewController.swift 4KB
file
SpringConfigurationView.swift 4KB
file
DecayViewController.swift 3KB
file
DemoViewController.swift 3KB
file
ActivityView.swift 9KB
file
CoverView.swift 1KB
file
BrowserView.swift 15KB
file
ActivityViewController.swift 2KB
file
SpringsViewController.swift 3KB
file
BrowserViewController.swift 4KB
file
SpringView.swift 517B
folder
Tests 文件夹
file
LinuxMain.swift 116B
folder
AdvanceTests 文件夹
file
DisplayLinkTests.swift 2KB
file
UnitBezierTests.swift 1KB
file
TimingFunctionTests.swift 1KB
file
AnimationTests.swift 1KB
file
SpringTests.swift 1KB
file
VectorConvenienceTests.swift 2KB
file
XCTestManifests.swift 347B
file
AnimatorTests.swift 2KB
file
Advance.podspec 757B
...
zip 文件大小:3.14MB