Closed utiq closed 8 years ago
How can I add easing to the "to-vars"? for example: {x:-24000,ease:SteppedEase.config(24)}
Have you tried defining the vars in your controller?
It worked!, thanks! I added: $scope.steppedEase = SteppedEase.config(24) in the controller, and: "to-vars" = "{'x': -24000, 'ease': steppedEase}" in the view
$scope.steppedEase = SteppedEase.config(24)
"to-vars" = "{'x': -24000, 'ease': steppedEase}"
How can I add easing to the "to-vars"? for example: {x:-24000,ease:SteppedEase.config(24)}