Skip to content

Commit

Permalink
Final key frame RFC fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
tsherif committed May 15, 2019
1 parent de5bafc commit 6ab132d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev-docs/RFCs/v7.1/keyframe-rfc.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ completely up to the application. The key frame manager will not attempt to actu
- The factor to use to interpolate between the start and end key frames


The `Timeline` class will be minimally extended to support attaching what will be referred to as "animations", defined as any object with a `setTime` method. When a timelime's time value is updated, it will cascade that value down to any objects attached in this way.
The `Timeline` class will be minimally extended to support attaching "animations", defined as any object with a `setTime` method. When a timelime's time value is updated, it will cascade that update down to any objects attached in this way.

## Implementation

Expand Down

0 comments on commit 6ab132d

Please sign in to comment.