canjs / can-animate

animation view helpers
MIT License
4 stars 1 forks source link

Specify css class for animate options #5

Open mickmcgrath13 opened 7 years ago

mickmcgrath13 commented 7 years ago
bindings:{
  "$inserted": ".fade-in" 
}

and

bindings:{
  "$inserted":{
    before: ".pre-show",
    run: ".fade",
    after: ".shown"
  }
}