1
0
mirror of https://github.com/Cardidi/dotween-upm-fork.git synced 2025-12-20 09:16:02 +08:00

21 Commits

Author SHA1 Message Date
Demigiant
759292859c [MAJOR REFACTORING] Added From overload that allows to set directly the start value of a tween 2019-03-01 16:21:16 +01:00
Demigiant
0e63b84837 Added SetLink chainable method
+ Fixed possible error where killAdd was increased only by maxTweeners if capacity was set to increase both by tweeners and by sequences
2019-02-24 15:16:00 +01:00
Demigiant
26e2e7f155 Added SetId overloads to store int and string IDs as int/strings and not objects, so that filtered operations can be much faster 2017-09-11 14:33:46 +02:00
Demigiant
e9892b7704 Tween event delegates are now public
+ Better descriptions for On[Callback] methods
2017-07-12 17:55:58 +02:00
Demigiant
85d2e96502 Fix for Flash ease not appearing fluid when moving slowly 2015-12-08 12:37:59 +01:00
Demigiant
2af024f03d Period successfully added to Flash eases 2015-10-31 16:37:11 +01:00
Demigiant
b58e6d062a Added Flash eases 2015-10-30 21:31:04 +01:00
Demigiant
47ee71f52e Join now takes into consideration also interval insertion time 2015-10-11 12:39:19 +02:00
Demigiant
aea9d19754 Sequence.Join now considers also callbacks insertion time 2015-10-09 12:58:09 +02:00
Daniele Giardini
78356c2c89 Optimized DOJump methods (now they work with SetDelay and OnUpdate) 2015-07-08 12:05:50 +02:00
Daniele Giardini
1242c008c4 Fixed SetDelay method so that it works correctly with named parameters 2015-04-28 13:25:29 +02:00
Daniele Giardini
ff40e475e8 Added check to prevent already sequenced tweens to be added to other sequences 2015-04-25 01:18:01 +02:00
Daniele Giardini
847813ac40 Implemented new hyper-compatibility mode (works on WP8.1) using faster wrappers instead of surrogates for Unity structs 2015-04-20 19:57:39 +02:00
Daniele Giardini
9af3b701ea Added QuaternionSurrogate to make QuaternionPlugin fully compatible with Win8.1 2015-04-15 19:18:04 +02:00
Daniele Giardini
6ecc10cb6f Implemented QuaternionSurrogatePlugin that uses Vector3Surrogate and works on WP8.1 2015-04-15 12:47:55 +02:00
Daniele Giardini
b4648112eb Implemented Color/Color32 surrogate that works on WP8.1 2015-04-15 12:29:56 +02:00
Daniele Giardini
3382ddb04e Implemented Vector2/3/4Surrogate which works also on Win8.1 2015-04-15 02:01:51 +02:00
Daniele Giardini
42e1ef8180 All chained settings now check for null tweens + Added HasProperty check to Material shortcuts that tween a specific property + Added Material.DOAlpha with specific-property parameter 2015-04-13 14:30:21 +02:00
Daniele Giardini
38d7a1b04c - Added rich text support to string tweens (still needs work)
- Added ScrambleMode enum for additional scrambleMode options
2015-03-29 12:31:33 +02:00
Daniele Giardini
40dbd39b0e - Added blendable rotate + scale shortcuts
- Fixed IntPlugin not being set for incremental loops when sequenced
2015-03-27 18:05:35 +01:00
Daniele Giardini
f6f53fbe4c First GIT layout after moving away from Google Code 2015-03-18 19:30:48 +01:00