Skip to content

Commit 2c3784f

Browse files
authored
Merge pull request #108 from SquidXTV/add-missing-author-entry
Add missing author entry for introduction to JavaFX animations
2 parents 1b37f5a + bfbaeb2 commit 2c3784f

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

app/data/authors.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,3 +93,14 @@
9393
Marit is a Software Developer, a Java Champion and works as a Developer Advocate at JetBrains.
9494
She speaks at international conferences (including JavaZone, Devoxx, Voxxed Days, JSpring, JFall, JFokus and GOTO), local JUGs, podcasts and webinars,
9595
and has contributed to the book “97 Things Every Java Programmer Should Know” (O’Reilly Media).
96+
97+
- name: Connor Schweighöfer
98+
email: squidxtv@gmail.com
99+
photo_url: https://squidxtv.me/img/Connor.png
100+
github: SquidXTV
101+
twitter: SquidXTV
102+
website: https://squidxtv.me/
103+
description: |
104+
Connor is a Java Developer and high school student from Germany with four years of programming experience.
105+
He is a top helper and community lead in Together Java, one of the largest Java communities on Discord, with over 30,000 users.
106+
Connor has worked on various Java projects, including Discord bots, Minecraft plugins and JavaFX applications.

app/pages/learn/01_tutorial/07_rich_client_apps/02_introduction-javafx-animation.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,10 @@ layout: learn/tutorial.html
1010
subheader_select: tutorials
1111
main_css_id: learn
1212
description: "Learn to create advanced JavaFX animations"
13-
last_update: 2024-05-22
13+
last_update: 2024-05-31
14+
author: ["ConnorSchweighöfer"]
1415
---
16+
<br>
1517

1618
The [javafx.animation](javafxdoc:AnimationPackageSummary) package offers a simple framework for creating animations and transitions in a JavaFX application.
1719
It operates on the principle of [`WritableValue<T>`](javafxdoc:WritableValue), which is used across JavaFX. `WritableValue<T>` is an interface that wraps a value that can be read and set.

0 commit comments

Comments
 (0)