Skip to content

Commit

Permalink
update readme and translation
Browse files Browse the repository at this point in the history
  • Loading branch information
exeldro committed Apr 11, 2020
1 parent e7d6b29 commit 9e49179
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Transition that moves all sources to a new position
Eases the start and end of the movement of the sources.
* **Easing Function**

See https://easings.net/en
See https://easings.net
* **Zoom in**
New sources are zooming in on appearing, instead of staying the same size.
* **Position in**
Expand All @@ -37,3 +37,11 @@ Old sources are zooming out on disappearing, instead of staying the same size.
The position old sources are going to.
* **Curve**
The amount of curve for the path between the start and end position. 0.00 is no curve. Postive is curve away from canvas center. Negative is curve towards canvas center.
* **Transition in**
New sources are transitioning in using this transition on appearing.
* **Transition out**
Old sources are transitioning out using this transition on disappearing.
* **Transition move**
Matched sources are transitioning in using this transition.
* **Match if source name contains the other source name**
Match sources that contain the name of an other source.
7 changes: 6 additions & 1 deletion data/locale/nl-NL.ini
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,9 @@ Position.CenterRight="Rechtsmidden"
Position.BottomRight="Rechtsonder"
Position.BottomCenter="Middenonder"
Position.BottomLeft="Linksonder"
Position.CenterLeft="Linksmidden"
Position.CenterLeft="Linksmidden"
TransitionIn="Transitie in"
TransitionOut="Transitie uit"
TransitionMove="Transitie move"
Transition.None="Geen"
NamePartMatch="Match als bron naam de andere bron naam bevat"

0 comments on commit 9e49179

Please sign in to comment.