Skip to content

Commit

Permalink
git cruft removal
Browse files Browse the repository at this point in the history
  • Loading branch information
argyleink committed Sep 1, 2020
1 parent fdf42a6 commit 626ca65
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,11 +91,8 @@ After `transition.css` has been added to your project, add an attribute to an el

> if nothing is happening when using the attributes, it's likely `transition.css` has not loaded
<<<<<<< HEAD
<br>
=======
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.
>>>>>>> 5cc68bf (move to hyphen, breaking version change)

#### Using `@keyframes`
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:
Expand Down

0 comments on commit 626ca65

Please sign in to comment.