This repository was archived by the owner on Apr 12, 2024. It is now read-only.
File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -239,9 +239,9 @@ The name of the starting class is the name of the event that is fired (like `ent
239
239
The active class name is the same as the starting class's but with an `-active` suffix.
240
240
This two-class CSS naming convention allows the developer to craft an animation, beginning to end.
241
241
242
- In our example above, elements expand from a height of **0** to **120 pixels** when items are added or moved,
243
- around and collapsing the items before removing them from the list.
244
- There's also a nice fade-in and fade-out effect that also occurs at the same time. All of this is handled
242
+ In our example above, elements are expanded from a height of **0** to **120 pixels** when they're added to the
243
+ list and are collapsed back down to **0 pixels** before being removed from the list.
244
+ There's also a nice fade-in and fade-out effect that occurs at the same time. All of this is handled
245
245
by the CSS transition declarations at the top of the example code above.
246
246
247
247
Although most modern browsers have good support for [CSS transitions](http://caniuse.com/#feat=css-transitions)
You can’t perform that action at this time.
0 commit comments