Python Forum
How can I make the cards look like they are spinning
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How can I make the cards look like they are spinning
#5
You could make one large image that is all the card images stacked on top of each other and scroll this image inside a frame that is only large enough to show 1 card. I don't think this will look like a spin though. You can probably get something that looks "spinny" if you placed a transition image between each card image. Something that looks like you are half way between cards

You should not be loading the same images over and over. Load them once at the start of the program and reuse the images. Reloading the image is slow, and you may have memory issues with the garbage collector falling behind all the trash you are making
steve_shambles likes this post
Reply


Messages In This Thread
RE: How can I make the cards look like they are spinning - by deanhystad - Dec-23-2020, 02:21 PM

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020