Skip to content

Commit 626ca65

Browse files
author
Adam Argyle
committed
git cruft removal
1 parent fdf42a6 commit 626ca65

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,11 +91,8 @@ After `transition.css` has been added to your project, add an attribute to an el
9191

9292
> if nothing is happening when using the attributes, it's likely `transition.css` has not loaded
9393
94-
<<<<<<< HEAD
9594
<br>
96-
=======
9795
Attributes were chosen as the default so there's no question which transition is active. **There can be only 1 at a time.** With classes, for example, what happens when multiple "transition in" classes are applied to an element? Transition.css chooses to default with a state machine approach so things like a classname collision doesn't need solved. See the [custom](#custom) section below for ways to use classes and/or the shape custom properties so transition.css can fit into your development environment. The built in attribute based approach is very easy to hack, customize and escape.
98-
>>>>>>> 5cc68bf (move to hyphen, breaking version change)
9996

10097
#### Using `@keyframes`
10198
Each bundle ships with the `@keyframes` declared, and you can use them as you see fit. You can use these to build your own animations or just hook into the presets in your own way:

0 commit comments

Comments
 (0)