Skip to content

Commit 837c3db

Browse files
generatedunixname89002005287564facebook-github-bot
authored andcommitted
Daily arc lint --take GOOGLEJAVAFORMAT
Reviewed By: zertosh Differential Revision: D20360867 fbshipit-source-id: 737748733ff6826b2f20760fcb301988ff46e278
1 parent 3743675 commit 837c3db

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

ReactAndroid/src/main/java/com/facebook/react/animated/NativeAnimatedModule.java

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -58,12 +58,12 @@
5858
* stores a mapping from the view properties to the corresponding animated values (so it's actually
5959
* also a node with connections to the value nodes).
6060
*
61-
* <p>Last "special" elements of the graph are "animation drivers". Those are objects
62-
* (represented as a graph nodes too) that based on some criteria updates attached values every
63-
* frame (we have few types of those, e.g., spring, timing, decay). Animation objects can be
64-
* "started" and "stopped". Those are like "pulse generators" for the rest of the nodes graph. Those
65-
* pulses then propagate along the graph to the children nodes up to the special node type:
66-
* AnimatedProps which then can be used to calculate property update map for a view.
61+
* <p>Last "special" elements of the graph are "animation drivers". Those are objects (represented
62+
* as a graph nodes too) that based on some criteria updates attached values every frame (we have
63+
* few types of those, e.g., spring, timing, decay). Animation objects can be "started" and
64+
* "stopped". Those are like "pulse generators" for the rest of the nodes graph. Those pulses then
65+
* propagate along the graph to the children nodes up to the special node type: AnimatedProps which
66+
* then can be used to calculate property update map for a view.
6767
*
6868
* <p>This class acts as a proxy between the "native" API that can be called from JS and the main
6969
* class that coordinates all the action: {@link NativeAnimatedNodesManager}. Since all the methods

0 commit comments

Comments
 (0)