The Wayback Machine - https://web.archive.org/web/20200705031422/https://github.com/topics/parallax
Skip to content
#

parallax

Here are 412 public repositories matching this topic...

PedroBarbosaPT
PedroBarbosaPT commented Jan 26, 2018
 java.lang.NoSuchMethodError: No virtual method into(Landroid/widget/ImageView;)Lcom/bumptech/glide/request/target/Target; in class Lcom/bumptech/glide/RequestBuilder; or its super classes (declaration of 'com.bumptech.glide.RequestBuilder' appears in /data/app/net.quarkapps.ezmeet-2/split_lib_dependencies_apk.apk)
                      at com.github.florent37.materialviewpager.header.Materi
pgmemk
pgmemk commented Jan 13, 2018

Thank you for this great component :). We started using it for our product on all 3 platforms.
The small issue with it is:
I defined the Next button as an arrow, not as a text. And it led to allocating clickable space for the Done button the size of an arrow.

I am submitting a pull request for the fix

Awilson089
Awilson089 commented Aug 12, 2019

Hi, I noticed that the mouse events are wrong on the documentation:

tilt.on('tilt.mouseLeave', callback);
tilt.on('tilt.mouseEnter', callback);

Is in fact:

tilt.on('tilt.mouseleave', callback);
tilt.on('tilt.mouseenter', callback);

Sorry if this is obvious – I just didn't notice it straight away :)

Improve this page

Add a description, image, and links to the parallax topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the parallax topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.