bounce instances


  
  Transform {
  translation -12 0 0
  children [
  bounce { accel 0.1  }
  ] }
  
  Transform {
  translation 0 0 0
  children [
  bounce { accel 0.2  }
  ] }
  
  Transform {
  translation 12 0 0
  children [
  bounce { accel 0.3  }
  ] }
  
  Transform {
  translation -6 0 -10
  children [
  bounce { accel 0.4  }
  ] }
  
  Transform {
  translation 6 0 -10
  children [
  bounce { accel 0.5  }
  ] }