Advertisement
Guest User

Untitled

a guest
Aug 18th, 2017
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. "fade_on_frame_anim" :
  2. {
  3. "type" : "Animation",
  4. "properties" :
  5. [
  6. {
  7. "property" : "alpha",
  8. "fromValue" : 1,
  9. "toValue" : 0,
  10. "animationFunction": "nextFrame",
  11. "duration" : 0.3
  12. }
  13. ]
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement