Skip to content

Commit

Permalink
cosmetic
Browse files Browse the repository at this point in the history
  • Loading branch information
plantec committed Feb 22, 2024
1 parent 57356b1 commit 03dbf96
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion src/Album/AlbOppositeDelimiterElement.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Class {
{ #category : #accessing }
AlbOppositeDelimiterElement >> borderColor [

^ Color gray
^ Color yellow twiceDarker
]

{ #category : #cleanup }
Expand All @@ -27,10 +27,17 @@ AlbOppositeDelimiterElement >> defaultBackground [
^ Color yellow
]

{ #category : #initialization }
AlbOppositeDelimiterElement >> defaultGeometry [

^ BlRoundedRectangleGeometry cornerRadius: 3
]

{ #category : #initialization }
AlbOppositeDelimiterElement >> initialize [

super initialize.
self geometry: self defaultGeometry.
self opacity: 0.
anim := ((BlOpacityAnimation new opacity: 1.6) duration: 300 milliSeconds).
self addAnimation: anim
Expand Down

0 comments on commit 03dbf96

Please sign in to comment.