Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-15723] Support for Custom Timing Functions

GitHub Issuen/a
TypeNew Feature
PriorityLow
StatusOpen
ResolutionUnresolved
Affected Version/sRelease 3.1.3
Fix Version/sn/a
ComponentsiOS
Labelsanimation, curves, ios, mobile
ReporterNikhil N
AssigneeUnknown
Created2013-11-10T07:14:11.000+0000
Updated2018-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.

Comments

No comments

JSON Source