1
1
mirror of https://github.com/exyte/Macaw.git synced 2024-09-11 13:15:35 +03:00
Commit Graph

339 Commits

Author SHA1 Message Date
Yuri Strot
c132e87b0f Replace Node.pos with Node.place. 2016-08-29 18:39:47 +07:00
Yuri Strot
12093138e5 Clean up path API 2016-08-26 20:10:45 +07:00
Victor Sukochev
3e1e612db2 Animations reverse implementation 2016-08-26 11:38:49 +06:00
Victor Sukochev
ac9f364c2d repearCount, autoreverse, stop methods for animations collection 2016-08-25 16:53:38 +06:00
Victor Sukochev
97909c34cf Relative to parent animation support 2016-08-25 15:45:28 +06:00
Victor Sukochev
d76f74a0c2 Missing child -> parent connection 2016-08-25 15:11:46 +06:00
Victor Sukochev
e3a5f38331 Node multiple parents support 2016-08-25 15:10:27 +06:00
Victor Sukochev
2f6d9b8aca Cleaning up nodes map 2016-08-25 14:59:27 +06:00
Victor Sukochev
751aa18b0f More animation syntax 2016-08-25 10:51:35 +06:00
Victor Sukochev
4c089c58c7 AnimationValue extensions 2016-08-25 10:28:17 +06:00
Yuri Strot
23f57d6f90 Add AnimatableVariable.node 2016-08-24 23:16:37 +07:00
Victor Sukochev
7dc5bf273d EmptyAnimation fix 2016-08-24 20:14:05 +06:00
Victor Sukochev
2f70c5fc37 Nodes map removing fix 2016-08-24 19:47:07 +06:00
Yuri Strot
166e87e478 Add AnimatableVariable. 2016-08-24 19:46:10 +07:00
Victor Sukochev
f159a4b04a Declarative animation 2016-08-24 18:52:29 +06:00
Victor Sukochev
f1564c2768 MacawView -> addAnimation removed 2016-08-24 16:25:14 +06:00
Victor Sukochev
4ee32bf1e8 Transform animation values calculation fix 2016-08-24 13:52:17 +06:00
Victor Sukochev
c378fbe41b Updating example with absolute values 2016-08-24 13:20:13 +06:00
Victor Sukochev
879702b5e6 Animation obsolete arguments removed 2016-08-24 12:32:53 +06:00
Yuri Strot
8ebd93d0ea Remove bounds from Node API. 2016-08-23 15:54:10 +07:00
Yuri Strot
0e48a28637 Rename Group.contentsVar to Group.contents 2016-08-23 15:24:45 +07:00
Yuri Strot
1c270fdb41 Avoid Font.bold/italic/... properties. 2016-08-23 14:22:03 +07:00
Victor Sukochev
b81c5373f7 Animation sequence completion fix 2016-08-23 13:52:40 +06:00
Victor Sukochev
51d655fdb6 Combine animation completion fix 2016-08-23 13:32:58 +06:00
Victor Sukochev
5d0faea677 Animation restorer fix 2016-08-23 13:22:42 +06:00
Victor Sukochev
c524329998 Simple animation restorer 2016-08-23 13:12:47 +06:00
Victor Sukochev
56416916b2 Animation sequence refactored (timers removed) 2016-08-23 12:47:52 +06:00
Yuri Strot
4c044664bc Fix arc rendering 2016-08-22 20:12:10 +07:00
Yuri Strot
593fd811d6 Make Transform.invert optional. 2016-08-22 16:51:36 +07:00
Yuri Strot
1fd67247de Fix #40: Every property should have reasonable default value 2016-08-22 16:43:15 +07:00
Yuri Strot
1b53cd17b4 Add default values for Color/Fill/Font. 2016-08-22 16:12:57 +07:00
Victor Sukochev
46bfdfac31 Text blurring via animation bug - fixed 2016-08-22 15:46:59 +06:00
Yuri Strot
b3b6ccfde4 Remove unused classes. 2016-08-22 13:36:20 +07:00
Victor Sukochev
8254a02d2b TextRenderer fix (using current context) 2016-08-22 13:12:45 +06:00
Yuri Strot
9277b210da Clean up events API. 2016-08-18 19:20:13 +07:00
Victor Sukochev
c46a5bed97 Missed completion timer call 2016-08-18 16:19:33 +06:00
Victor Sukochev
8ece2edfca Combine and Sequence animation completion implementation 2016-08-18 16:07:16 +06:00
Victor Sukochev
5070c2e1b1 Animation cache refactored not to be singleton 2016-08-18 15:53:33 +06:00
Yuri Strot
c62e7f91a6 Fix formatting issues. 2016-08-17 18:04:17 +07:00
Yuri Strot
558794054d Fix #43: Remove model/input classes. 2016-08-17 13:42:36 +07:00
Yuri Strot
e603cf268b Clean up MacawView and SVGParser API. 2016-08-16 20:45:09 +07:00
Yuri Strot
90c0587c54 Fix #42: Invalid type of Font bold/italic/... properties 2016-08-16 18:08:59 +07:00
Yuri Strot
810c45dfdd Make handlePan/handleRotation/handlePinch private. 2016-08-16 14:35:01 +07:00
Victor Sukochev
97e822af91 Transform animation completion fix 2016-08-11 16:59:50 +06:00
Victor Sukochev
60d89390ef Opacity CAAnimation final state fix 2016-08-10 22:51:45 +06:00
Victor Sukochev
aa8c952d08 Continuous node state update via animation 2016-08-10 21:53:18 +06:00
Yuri Strot
56dfd992cc Add DropShadow effect model 2016-08-10 18:38:59 +07:00
Yuri Strot
f5e429e1fa Add model for effects and initial GaussianBlur effect 2016-08-10 17:16:45 +07:00
Victor Sukochev
214d338647 Animation example fix 2016-08-10 16:13:11 +06:00
Victor Sukochev
27e3cb0d67 Potential screenLayer update fix 2016-08-10 15:40:44 +06:00