I am using the app.coffee
coffee script file to create some animations on the framerjs prototyping tool. what i want to achieve is that i have defined a function and i want to call that function on body load. how can i do that in coffeescript?
Code:
changeNumbers = ->
sketch.More_Details_Text.visible = false
sketch.Less_Details_Text.visible = true
expandanimation1.start()