aurelia / animator-css

An implementation of the abstract Animator interface from templating which enables css-based animations.
MIT License
45 stars 25 forks source link

fix(CssAnimator): stagger only child elements #43

Closed dev-zb closed 8 years ago

dev-zb commented 8 years ago

childNodes includes comments and text nodes resulting in wrong position in delay calculation.

zewa666 commented 8 years ago

awesome nice work :+1: