CSS flip animation effect uses CSS animations (transitions) to show the front and back
A Pen by Bikrant Giri on CodePen.
| /** | |
| * Checks given coordinate for errors | |
| * @param float $coordinate coordinate | |
| * | |
| * @return bool result | |
| */ | |
| public function checkCoordinate($coordinate) { | |
| if(preg_match('/^[-]?(([0-8]?[0-9])\.(\d+))|(90(\.0+)?);[-]?((((1[0-7][0-9])|([0-9]?[0-9]))\.(\d+))|180(\.0+)?)$/', $coordinate)) { | |
| return true; | |
| } |
| <div class="ticker"> | |
| <li><a href="http://www.bikrantgiri.com.np" title="">ईमान्दार बन्दा हेपिने प्रवृति विरुद्ध 'निर्भय': निखिल, चैत्र ११ मा रिलिजको तयारी</a></li> | |
| <li><a href="http://www.bikrantgiri.com.np" title="">रमाइलो दोहोरी गीत 'सेक्सी देखिन्छौ' को रेकर्डिङ सम्प्पन</a></li> | |
| <li><a href="http://www.bikrantgiri.com.np" title="">प्रबासमा रहेर पनि गीत संगीत लागिरहेको छु : चर्चित गायक ओली</a></li> | |
| <li><a href="http://www.bikrantgiri.com.np" title="">मेलिना राईको आवाजमा लाहाचोकलाई चिनाउने गीत सार्बजनिक</a></li> | |
| </div> |
CSS flip animation effect uses CSS animations (transitions) to show the front and back
A Pen by Bikrant Giri on CodePen.