Skip to content
This repository has been archived by the owner on Mar 13, 2018. It is now read-only.

Commit

Permalink
ParGroup -> AnimationGroup
Browse files Browse the repository at this point in the history
  • Loading branch information
Yvonne Yip committed Apr 3, 2014
1 parent 5ae385f commit f493bb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion polymer-ui-animated-pages.html
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
}
// Apply the changes to make the web animations object.
transition.apply();
var animation = new ParGroup([
var animation = new AnimationGroup([
transition.animation,
// FIXME: Both 'from' and 'to' items must be visible and have the
// default z-index. Overrides the class styles. Can be removed if
Expand Down

0 comments on commit f493bb3

Please sign in to comment.