You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<common-codepen-snippettitle="Create animation with a class"slug="ff45b91caf7a98c8c9077ad8ab539260"tab="css,result":editable="false":preview="false" />
74
74
75
-
# Transitions with Style Bindings
75
+
##Transitions with Style Bindings
76
76
77
-
Some transition affects can be applied by interpolating values, for instance by binding a style to an element while an interaction occurs. Take this example for instance:
77
+
Some transition effects can be applied by interpolating values, for instance by binding a style to an element while an interaction occurs. Take this example for instance:
78
78
79
79
```html
80
80
<divid="demo">
@@ -152,7 +152,7 @@ You may also find that entrances look better with slightly more time than an exi
152
152
153
153
## Easing
154
154
155
-
Easing is an important way to convey depth in an animation. One of the most common mistakes newcomers to animation have is to use `ease-in` for entrances, and `ease-out` for exits. You'll actually need the opposite.
155
+
Easing is an important way to convey depth in an animation. One of the most common mistakes newcomers to animation make is to use `ease-in` for entrances, and `ease-out` for exits. You'll actually need the opposite.
156
156
157
157
If we were to apply these states to a transition, it would look something like this:
0 commit comments