-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
hideSkeleton on tableview with crossDissolve transition not animating #211
Comments
+1 |
+1 (occurring for me on UICollectionView) |
Hi all, version 1.8.3 fixes this issue :) |
+1 (occurring for me on UICollectionView) |
Not working yet |
anyone find any soultion for this? |
not working for both collection and table |
Anyone find any solution to fix this bug? |
+1 |
Not working for both collectionView and tableView |
1.30.4 not working for both collectionView and tableView |
any updates? |
Hi,
What did you do?
Opened the sample app within the repository. Switched on the "animated" switch, and set the transition duration to 1.5 seconds. Clicked the "show skeleton", then "hide skeleton" buttons.
What did you expect to happen?
I expected the table view in the view controller the animate the hiding of the skeleton view during 1.5 seconds.
What happened instead?
The top part (which contains the image view and label) hides the skeleton view with the expected animation and duration, while the animation is not present in the tableview. See attached capture.
Steps to reproduce the behavior
SkeletonView Environment
SkeletonView version: master (a1e183a)
Xcode version: 11.2
Swift version: 5
The text was updated successfully, but these errors were encountered: