zipme / RQShineLabel

Secret app like text animation
MIT License
1.97k stars 218 forks source link

Incorrect value is used? #21

Open ZhiyuanSun opened 6 years ago

ZhiyuanSun commented 6 years ago

https://github.com/zipme/RQShineLabel/blob/master/Classes/RQShineLabel.m#L149

I guess it's

self.endTime = self.beginTime + duration;

instead of

self.endTime = self.beginTime + self.shineDuration;
warpling commented 4 years ago

Same as #15