Skip to content

Commit

Permalink
2.0.0 - Material Design 3
Browse files Browse the repository at this point in the history
Add `TODO` block.
  • Loading branch information
HeaTTheatR committed Jan 6, 2024
1 parent 67e5da1 commit 6d48f98
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions kivymd/uix/expansionpanel/expansionpanel.py
Original file line number Diff line number Diff line change
Expand Up @@ -355,6 +355,9 @@ class MDExpansionPanelHeader(DeclarativeBehavior, BoxLayout):
"""


# TODO: Add a successor from kivymd.uix.behaviors.motion_behavior.MotionBase
# to the MDExpansionPanel class to control the properties of the panel
# opening/closing animation.
class MDExpansionPanel(DeclarativeBehavior, BoxLayout):
"""
Expansion panel class.
Expand Down

0 comments on commit 6d48f98

Please sign in to comment.