[TIMOB-15723] Support for Custom Timing Functions
GitHub Issue | n/a |
---|---|
Type | New Feature |
Priority | Low |
Status | Open |
Resolution | Unresolved |
Affected Version/s | Release 3.1.3 |
Fix Version/s | n/a |
Components | iOS |
Labels | animation, curves, ios, mobile |
Reporter | Nikhil N |
Assignee | Unknown |
Created | 2013-11-10T07:14:11.000+0000 |
Updated | 2018-02-28T20:03:39.000+0000 |
Description
Currently, the .animte() method supports the basic 5 animation curves.
By utilising
[CAMediaTimingFunction functionWithControlPoints:x1:x2:y1:y2]
, the user can supply an array of 4 values, each corresponding to the floating points in the above obj-c method in that order.
However, I've noticed that the Ti implementation uses an int value from the curve function, so I'm not sure if and how this can be implemented.
No comments