Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-26231] TiAPI: Refactor animations to be more comprehensive

GitHub Issuen/a
TypeImprovement
PriorityNone
StatusOpen
ResolutionUnresolved
Affected Version/sn/a
Fix Version/sn/a
ComponentsAndroid, iOS, Windows
Labelsn/a
ReporterHans Knöchel
AssigneeUnknown
Created2018-07-23T12:46:14.000+0000
Updated2018-07-23T12:46:26.000+0000

Description

Our current animation system is already pretty powerful, but it hasn't seen too many updates over the last year. Comparing to other frameworks, we could easily add the new properties / animation types to our existing API set: - Grouping animation-sequences - Combining animation-sequences - Interpolate animations The new API-sets could be added to the existing Ti.UI.Animation API, e.g.
const animation = Ti.UI.createAnimation({
  velocity: {
    x: gesture.vx, 
    y: gesture.vy
  }
});
animation.decay();

Comments

No comments

JSON Source