v2.0-pre-5 #10
benlmyers
announced in
Announcements
Replies: 2 comments
-
Thank you for checking out the discussion thread! Feel free to say hello here in the comments. :) |
Beta Was this translation helpful? Give feedback.
0 replies
-
Looks perfect!! Love the new hugging: .edges, That gave me the idea of hugging: .contours to create even more cool effects. I'll give it a shot |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Thank you for using Particles!
✨ Check out our new discussion page!
Changes in Pre-Release 5:
hugging:
parameter toLattice
, which allows Lattice particles to 'hug' specified edges of a view..drag(_:)
,.drag(with:)
, anddrag(in:)
modifiers for particle deceleration..zIndex(_:)
,.zIndex(with:)
, and.zIndex(in:)
modifiers for particle layering..delay(_:)
,.delay(with:)
, and.delay(in:)
modifiers for particle appearance delay.ParticleSystem.Data.touches
, allowing particle systems to integrate touch interaction. (iOS only).colorOverlay(from:to:)
for random color via lerp and.colorOverlay(with:)
for refined control..glow(from:to:radiusIn:)
for random glow via lerp and.glow(withColor:withRadius:)
for refined control..emitSingle()
not working when emittingLattice
particles.ParticleSystem
view stuttering.This discussion was created from the release v2.0-pre-5.
Beta Was this translation helpful? Give feedback.
All reactions