Skip to content

Releases: pofulu/sparkar-pftween

v1.2.3

22 May 12:31
Compare
Choose a tag to compare
  • Fix warning in v137, v138.
  • Update some type definition.

v1.2.2

08 Oct 04:26
Compare
Choose a tag to compare
  • Fix the possible glitch result in concatProgress
  • Fix some typo in README

v1.2.0

20 Jul 14:33
Compare
Choose a tag to compare
  • Update type definition Point2DSignal -> Vec2Signal
  • Update type definition Point4DSignal -> Vec4Signal

v1.1.3: Merge pull request #9 from pofulu/develop

06 Jul 04:38
8b8b799
Compare
Choose a tag to compare

v1.1.1: Merge pull request #6 from pofulu/develop

05 Jul 14:10
d312fc3
Compare
Choose a tag to compare
  • export PFTweener type
  • export IPFTweenClip type
  • Fix typo in README
  • Fix typo: PFTween.concatProgerss
  • Fix typo: tweener.scale
  • export IPFTweenProgress type

v1.1.0

12 May 08:18
f950240
Compare
Choose a tag to compare
  • Add support to use array of number as from/ to value
  • Add setID() and kill() to control unused animation
  • Add .progress to control animation in progress 0-1
  • Add .onUpdate() to monitor value when tween value changed
  • Add .swizzle(), .patch(), .rgba
  • Support sparkar-bezier-easing as ease type
  • It's recommended to use .build() instead of .apply()
  • It's recommended to use .onStart() instead of .bind()
  • It's recommended to use .pack3 instead of .scale
  • It's recommended to use .deg2rad instead of .rotation